#BB3FDC

Color #BB3FDC Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BB3FDC

Tints of Medium Orchid #BB3FDC

Color information

#BB3FDC (or 0xBB3FDC) is unknown color: approx Medium Orchid. HEX triplet: BB, 3F and DC. RGB value is (187,63,220). Sum of RGB (Red+Green+Blue) = 187+63+220=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 63 (25% from 255 or 13.40% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3FDC is #44C023. Grayscale: #757575. Windows color (decimal): -4505636 or 14434235. OLE color: 14434235.

HSL color Cylindrical-coordinate representation of color #BB3FDC: hue angle of 287.39º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3FDC is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18763220-
CMYK0.150.7100.14
HSL287.39º69.16%55.49%-
HSV(B)287.39º71.36%86.27%-
XYZ35.1919.2969.58-
YUV117.97185.58177.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 39.79%
GREEN value IS 63 (25% from 255) = 13.40%
BLUE value IS 220 (86.33% from 255) = 46.81%
R=39.79%
G=13.40%
B=46.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187632200.150.7100.14287.3969.1655.49
HexBB3FDCF470E11f4537
Octal273773341710701643710567
Binary101110111111111101110011111000111011101000111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3FDC; }

 p { color: rgb(187,63,220); }

 H1.HeaderClassName
 {
   color: #BB3FDC;
 }
 .AnyTagClassName
 {
   color: #BB3FDC;
 }
</style>
background-color css

<style>
 a { background-color: #BB3FDC; }

 a { background-color: rgb(187,63,220); }

 div.DivClassName
 {
   background-color: #BB3FDC;
 }
 .BgClassName
 {
   background-color: #BB3FDC;
 }
</style>
border-color css

<style>
 span { border-color: #BB3FDC; }

 span { border-color: rgb(187,63,220); }

 td.TdClassName
 {
   border-color: #BB3FDC;
 }
 .TagClassName
 {
   border-color: #BB3FDC;
 }
</style>