Html Css Color HEX #B876DC Medium Orchid

📋 copy color: '#B876DC'

red 184 ◦ green 118 ◦ blue 220

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

Shades of Medium Orchid #B876DC

Tints of Medium Orchid #B876DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 35.25%
G = 22.61%
B = 42.15%

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

#B876DC (or 0xB876DC) is known color: Medium Orchid. HEX triplet: B8, 76 and DC. RGB value is (184,118,220). Sum of RGB (Red+Green+Blue) = 184+118+220=522 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.25% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #B876DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DC is #478923. Grayscale: #959595. Windows color (decimal): -4688164 or 14448312. OLE color: 14448312.

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

Color convert

RGB 184 118 220 -
CMYK 0.16 0.46 0 0.14
HSL 278.82º 0.59% 0.66% -
HSV(B) 278.82º 0.46% 0.86% -
XYZ 39.16 28.31 71.11 -
YUV 149.36 167.87 152.71 -
System Red Green Blue C M Y K H S L
Decimal 184 118 220 0.16 0.46 0 0.14 278.82 0.59 0.66
Hex B8 76 DC 10 2E 0 E 117 3B 42
Octal 270 166 334 20 56 0 16 427 73 102
Binary 10111000 1110110 11011100 10000 101110 0 1110 100010111 111011 1000010

Color Harmonies of #B876DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876DC

Black with #B876DC

Text Example


Text Example

White with #B876DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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