#BB35D4

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

Shades of Medium Orchid #BB35D4

Tints of Medium Orchid #BB35D4

Color information

#BB35D4 (or 0xBB35D4) is unknown color: approx Medium Orchid. HEX triplet: BB, 35 and D4. RGB value is (187,53,212). Sum of RGB (Red+Green+Blue) = 187+53+212=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 53 (21.09% from 255 or 11.73% from 452); Blue value is 212 (83.20% from 255 or 46.90% from 452); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB35D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB35D4 is #44CA2B. Grayscale: #6E6E6E. Windows color (decimal): -4508204 or 13907387. OLE color: 13907387.

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

Color convert

RGB18753212-
CMYK0.120.7500.17
HSL290.57º64.9%51.96%-
HSV(B)290.57º75%83.14%-
XYZ33.6517.8663.96-
YUV111.19184.89182.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.37%
GREEN value IS 53 (21.09% from 255) = 11.73%
BLUE value IS 212 (83.20% from 255) = 46.90%
R=41.37%
G=11.73%
B=46.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187532120.120.7500.17290.5764.951.96
HexBB35D4C4B0111234134
Octal273653241411302144310164
Binary1011101111010111010100110010010110100011001000111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB35D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB35D4; }

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

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

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

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

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

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

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

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