#BB43D4

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

Shades of Medium Orchid #BB43D4

Tints of Medium Orchid #BB43D4

Color information

#BB43D4 (or 0xBB43D4) is unknown color: approx Medium Orchid. HEX triplet: BB, 43 and D4. RGB value is (187,67,212). Sum of RGB (Red+Green+Blue) = 187+67+212=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 67 (26.56% from 255 or 14.38% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB43D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB43D4 is #44BC2B. Grayscale: #767676. Windows color (decimal): -4504620 or 13910971. OLE color: 13910971.

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

Color convert

RGB18767212-
CMYK0.120.6800.17
HSL289.66º62.77%54.71%-
HSV(B)289.66º68.4%83.14%-
XYZ34.3819.3364.21-
YUV119.41180.26176.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.13%
GREEN value IS 67 (26.56% from 255) = 14.38%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=40.13%
G=14.38%
B=45.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187672120.120.6800.17289.6662.7754.71
HexBB43D4C440111223f37
Octal273103324141040214427767
Binary1011101110000111101010011001000100010001100100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB43D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB43D4; }

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

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

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

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

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

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

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

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