#BB4FD3

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

Shades of Medium Orchid #BB4FD3

Tints of Medium Orchid #BB4FD3

Color information

#BB4FD3 (or 0xBB4FD3) is unknown color: approx Medium Orchid. HEX triplet: BB, 4F and D3. RGB value is (187,79,211). Sum of RGB (Red+Green+Blue) = 187+79+211=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 79 (31.25% from 255 or 16.56% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB4FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB4FD3 is #44B02C. Grayscale: #7D7D7D. Windows color (decimal): -4501549 or 13848507. OLE color: 13848507.

HSL color Cylindrical-coordinate representation of color #BB4FD3: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB4FD3 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18779211-
CMYK0.110.6300.17
HSL289.09º60%56.86%-
HSV(B)289.09º62.56%82.75%-
XYZ35.0520.8663.81-
YUV126.34175.78171.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 79 (31.25% from 255) = 16.56%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=39.20%
G=16.56%
B=44.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187792110.110.6300.17289.096056.86
HexBB4FD3B3F0111213c39
Octal27311732313770214417471
Binary101110111001111110100111011111111010001100100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4FD3; }

 p { color: rgb(187,79,211); }

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

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

 a { background-color: rgb(187,79,211); }

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

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

 span { border-color: rgb(187,79,211); }

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