#BB5DEA

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

Shades of Medium Orchid #BB5DEA

Tints of Medium Orchid #BB5DEA

Color information

#BB5DEA (or 0xBB5DEA) is unknown color: approx Medium Orchid. HEX triplet: BB, 5D and EA. RGB value is (187,93,234). Sum of RGB (Red+Green+Blue) = 187+93+234=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB5DEA is #44A215. Grayscale: #888888. Windows color (decimal): -4497942 or 15359419. OLE color: 15359419.

HSL color Cylindrical-coordinate representation of color #BB5DEA: hue angle of 280º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB5DEA is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18793234-
CMYK0.200.6000.08
HSL280º77.05%64.12%-
HSV(B)280º60.26%91.76%-
XYZ39.2624.3380.47-
YUV137.18182.64163.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.38%
GREEN value IS 93 (36.72% from 255) = 18.09%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=36.38%
G=18.09%
B=45.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187932340.200.6000.0828077.0564.12
HexBB5DEA143C081184d40
Octal2731353522474010430115100
Binary10111011101110111101010101001111000100010001100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5DEA; }

 p { color: rgb(187,93,234); }

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

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

 a { background-color: rgb(187,93,234); }

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

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

 span { border-color: rgb(187,93,234); }

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