Html Css Color HEX #B876D9 Medium Orchid

📋 copy color: '#B876D9'

red 184 ◦ green 118 ◦ blue 217

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

Shades of Medium Orchid #B876D9

Tints of Medium Orchid #B876D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.81%

R = 35.45%
G = 22.74%
B = 41.81%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B876D9 (or 0xB876D9) is known color: Medium Orchid. HEX triplet: B8, 76 and D9. RGB value is (184,118,217). Sum of RGB (Red+Green+Blue) = 184+118+217=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #B876D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876D9 is #478926. Grayscale: #949494. Windows color (decimal): -4688167 or 14251704. OLE color: 14251704.

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

Color convert

RGB 184 118 217 -
CMYK 0.15 0.46 0 0.15
HSL 280º 0.57% 0.66% -
HSV(B) 280º 0.46% 0.85% -
XYZ 38.77 28.16 69.04 -
YUV 149.02 166.37 152.95 -
System Red Green Blue C M Y K H S L
Decimal 184 118 217 0.15 0.46 0 0.15 280 0.57 0.66
Hex B8 76 D9 F 2E 0 F 118 39 42
Octal 270 166 331 17 56 0 17 430 71 102
Binary 10111000 1110110 11011001 1111 101110 0 1111 100011000 111001 1000010

Color Harmonies of #B876D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876D9

Black with #B876D9

Text Example


Text Example

White with #B876D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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