Html Css Color HEX #BB77DB Medium Orchid

📋 copy color: '#BB77DB'

red 187 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #BB77DB

Tints of Medium Orchid #BB77DB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.67%

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

R = 35.62%
G = 22.67%
B = 41.71%

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

#BB77DB (or 0xBB77DB) is known color: Medium Orchid. HEX triplet: BB, 77 and DB. RGB value is (187,119,219). Sum of RGB (Red+Green+Blue) = 187+119+219=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB77DB is #448824. Grayscale: #969696. Windows color (decimal): -4491301 or 14383035. OLE color: 14383035.

HSL color Cylindrical-coordinate representation of color #BB77DB: hue angle of 280.8º 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 #BB77DB is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 119 219 -
CMYK 0.15 0.46 0 0.14
HSL 280.8º 0.58% 0.66% -
HSV(B) 280.8º 0.46% 0.86% -
XYZ 39.88 28.87 70.49 -
YUV 150.73 166.53 153.87 -
System Red Green Blue C M Y K H S L
Decimal 187 119 219 0.15 0.46 0 0.14 280.8 0.58 0.66
Hex BB 77 DB F 2E 0 E 119 3A 42
Octal 273 167 333 17 56 0 16 431 72 102
Binary 10111011 1110111 11011011 1111 101110 0 1110 100011001 111010 1000010

Color Harmonies of #BB77DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77DB

Black with #BB77DB

Text Example


Text Example

White with #BB77DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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