Html Css Color HEX #B877DB Medium Orchid

📋 copy color: '#B877DB'

red 184 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #B877DB

Tints of Medium Orchid #B877DB

RGB

 RED value IS 184 (72.27% from 255) = 35.25%

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

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

R = 35.25%
G = 22.8%
B = 41.95%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B877DB (or 0xB877DB) is known color: Medium Orchid. HEX triplet: B8, 77 and DB. RGB value is (184,119,219). Sum of RGB (Red+Green+Blue) = 184+119+219=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #B877DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877DB is #478824. Grayscale: #959595. Windows color (decimal): -4687909 or 14383032. OLE color: 14383032.

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

Color convert

RGB 184 119 219 -
CMYK 0.16 0.46 0 0.14
HSL 279º 0.58% 0.66% -
HSV(B) 279º 0.46% 0.86% -
XYZ 39.15 28.5 70.46 -
YUV 149.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 184 119 219 0.16 0.46 0 0.14 279 0.58 0.66
Hex B8 77 DB 10 2E 0 E 117 3A 42
Octal 270 167 333 20 56 0 16 427 72 102
Binary 10111000 1110111 11011011 10000 101110 0 1110 100010111 111010 1000010

Color Harmonies of #B877DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877DB

Black with #B877DB

Text Example


Text Example

White with #B877DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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