#BB3ED4

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

Shades of Medium Orchid #BB3ED4

Tints of Medium Orchid #BB3ED4

Color information

#BB3ED4 (or 0xBB3ED4) is unknown color: approx Medium Orchid. HEX triplet: BB, 3E and D4. RGB value is (187,62,212). Sum of RGB (Red+Green+Blue) = 187+62+212=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 212 (83.20% from 255 or 45.99% from 461); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB3ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB3ED4 is #44C12B. Grayscale: #747474. Windows color (decimal): -4505900 or 13909691. OLE color: 13909691.

HSL color Cylindrical-coordinate representation of color #BB3ED4: hue angle of 290º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB3ED4 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18762212-
CMYK0.120.7100.17
HSL290º63.56%53.73%-
HSV(B)290º70.75%83.14%-
XYZ34.118.7664.11-
YUV116.48181.91178.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 212 (83.20% from 255) = 45.99%
R=40.56%
G=13.45%
B=45.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187622120.120.7100.1729063.5653.73
HexBB3ED4C470111224036
Octal273763241410702144210066
Binary1011101111111011010100110010001110100011001000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3ED4; }

 p { color: rgb(187,62,212); }

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

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

 a { background-color: rgb(187,62,212); }

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

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

 span { border-color: rgb(187,62,212); }

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