Html Css Color HEX #BB54DB Medium Orchid

📋 copy color: '#BB54DB'

red 187 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #BB54DB

Tints of Medium Orchid #BB54DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.14%

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

R = 38.16%
G = 17.14%
B = 44.69%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB54DB (or 0xBB54DB) is known color: Medium Orchid. HEX triplet: BB, 54 and DB. RGB value is (187,84,219). Sum of RGB (Red+Green+Blue) = 187+84+219=490 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.16% from 490); Green value is 84 (33.20% from 255 or 17.14% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB54DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB54DB is #44AB24. Grayscale: #818181. Windows color (decimal): -4500261 or 14374075. OLE color: 14374075.

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

Color convert

RGB 187 84 219 -
CMYK 0.15 0.62 0 0.14
HSL 285.78º 0.65% 0.59% -
HSV(B) 285.78º 0.62% 0.86% -
XYZ 36.45 22.02 69.35 -
YUV 130.19 178.12 168.52 -
System Red Green Blue C M Y K H S L
Decimal 187 84 219 0.15 0.62 0 0.14 285.78 0.65 0.59
Hex BB 54 DB F 3E 0 E 11E 41 3B
Octal 273 124 333 17 76 0 16 436 101 73
Binary 10111011 1010100 11011011 1111 111110 0 1110 100011110 1000001 111011

Color Harmonies of #BB54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB54DB

Black with #BB54DB

Text Example


Text Example

White with #BB54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB54DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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