#BB43E3

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

Shades of Medium Orchid #BB43E3

Tints of Medium Orchid #BB43E3

Color information

#BB43E3 (or 0xBB43E3) is unknown color: approx Medium Orchid. HEX triplet: BB, 43 and E3. RGB value is (187,67,227). Sum of RGB (Red+Green+Blue) = 187+67+227=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB43E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43E3 is #44BC1C. Grayscale: #787878. Windows color (decimal): -4504605 or 14894011. OLE color: 14894011.

HSL color Cylindrical-coordinate representation of color #BB43E3: hue angle of 285º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB43E3 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18767227-
CMYK0.180.7000.11
HSL285º74.07%57.65%-
HSV(B)285º70.48%89.02%-
XYZ36.3720.1374.64-
YUV121.12187.76174.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 67 (26.56% from 255) = 13.93%
BLUE value IS 227 (89.06% from 255) = 47.19%
R=38.88%
G=13.93%
B=47.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal187672270.180.7000.1128574.0757.65
HexBB43E312460B11d4a3a
Octal2731033432210601343511272
Binary10111011100001111100011100101000110010111000111011001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43E3; }

 p { color: rgb(187,67,227); }

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

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

 a { background-color: rgb(187,67,227); }

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

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

 span { border-color: rgb(187,67,227); }

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