Html Css Color HEX #BB52DB Medium Orchid

📋 copy color: '#BB52DB'

red 187 ◦ green 82 ◦ blue 219

#BB52DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BB52DB

Tints of Medium Orchid #BB52DB

RGB

 RED value IS 187 (73.44% from 255) = 38.32%

 GREEN value IS 82 (32.42% from 255) = 16.8%

 BLUE value IS 219 (85.94% from 255) = 44.88%

R = 38.32%
G = 16.8%
B = 44.88%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB52DB (or 0xBB52DB) is known color: Medium Orchid. HEX triplet: BB, 52 and DB. RGB value is (187,82,219). Sum of RGB (Red+Green+Blue) = 187+82+219=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 82 (32.42% from 255 or 16.80% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB52DB is #44AD24. Grayscale: #808080. Windows color (decimal): -4500773 or 14373563. OLE color: 14373563.

HSL color Cylindrical-coordinate representation of color #BB52DB: hue angle of 285.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB52DB is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 82 219 -
CMYK 0.15 0.63 0 0.14
HSL 285.99º 0.66% 0.59% -
HSV(B) 285.99º 0.63% 0.86% -
XYZ 36.3 21.71 69.3 -
YUV 129.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 187 82 219 0.15 0.63 0 0.14 285.99 0.66 0.59
Hex BB 52 DB F 3F 0 E 11E 42 3B
Octal 273 122 333 17 77 0 16 436 102 73
Binary 10111011 1010010 11011011 1111 111111 0 1110 100011110 1000010 111011

Color Harmonies of #BB52DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB52DB

Black with #BB52DB

Text Example


Text Example

White with #BB52DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB52DB; }

 p { color: rgb(187,82,219); }

 H1.HeaderClassName
 {
   color: #BB52DB;
 }
 .AnyTagClassName
 {
   color: #BB52DB;
 }
</style>

background-color css

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

 a { background-color: rgb(187,82,219); }

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

border-color css

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

 span { border-color: rgb(187,82,219); }

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