Html Css Color HEX #BB76DB Medium Orchid

📋 copy color: '#BB76DB'

red 187 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #BB76DB

Tints of Medium Orchid #BB76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.52%

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

R = 35.69%
G = 22.52%
B = 41.79%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB76DB (or 0xBB76DB) is known color: Medium Orchid. HEX triplet: BB, 76 and DB. RGB value is (187,118,219). Sum of RGB (Red+Green+Blue) = 187+118+219=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB76DB is #448924. Grayscale: #959595. Windows color (decimal): -4491557 or 14382779. OLE color: 14382779.

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

Color convert

RGB 187 118 219 -
CMYK 0.15 0.46 0 0.14
HSL 280.99º 0.58% 0.66% -
HSV(B) 280.99º 0.46% 0.86% -
XYZ 39.76 28.64 70.45 -
YUV 150.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 187 118 219 0.15 0.46 0 0.14 280.99 0.58 0.66
Hex BB 76 DB F 2E 0 E 119 3A 42
Octal 273 166 333 17 56 0 16 431 72 102
Binary 10111011 1110110 11011011 1111 101110 0 1110 100011001 111010 1000010

Color Harmonies of #BB76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB76DB

Black with #BB76DB

Text Example


Text Example

White with #BB76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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