Html Css Color HEX #B876DB Medium Orchid

📋 copy color: '#B876DB'

red 184 ◦ green 118 ◦ blue 219

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

Shades of Medium Orchid #B876DB

Tints of Medium Orchid #B876DB

RGB

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

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

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

R = 35.32%
G = 22.65%
B = 42.03%

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

#B876DB (or 0xB876DB) is known color: Medium Orchid. HEX triplet: B8, 76 and DB. RGB value is (184,118,219). Sum of RGB (Red+Green+Blue) = 184+118+219=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #B876DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DB is #478924. Grayscale: #949494. Windows color (decimal): -4688165 or 14382776. OLE color: 14382776.

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

Color convert

RGB 184 118 219 -
CMYK 0.16 0.46 0 0.14
HSL 279.21º 0.58% 0.66% -
HSV(B) 279.21º 0.46% 0.86% -
XYZ 39.03 28.26 70.42 -
YUV 149.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 184 118 219 0.16 0.46 0 0.14 279.21 0.58 0.66
Hex B8 76 DB 10 2E 0 E 117 3A 42
Octal 270 166 333 20 56 0 16 427 72 102
Binary 10111000 1110110 11011011 10000 101110 0 1110 100010111 111010 1000010

Color Harmonies of #B876DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876DB

Black with #B876DB

Text Example


Text Example

White with #B876DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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