Html Css Color HEX #B876DA Medium Orchid

📋 copy color: '#B876DA'

red 184 ◦ green 118 ◦ blue 218

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

Shades of Medium Orchid #B876DA

Tints of Medium Orchid #B876DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 35.38%
G = 22.69%
B = 41.92%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B876DA (or 0xB876DA) is known color: Medium Orchid. HEX triplet: B8, 76 and DA. RGB value is (184,118,218). Sum of RGB (Red+Green+Blue) = 184+118+218=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #B876DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876DA is #478925. Grayscale: #949494. Windows color (decimal): -4688166 or 14317240. OLE color: 14317240.

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

Color convert

RGB 184 118 218 -
CMYK 0.16 0.46 0 0.15
HSL 279.6º 0.57% 0.66% -
HSV(B) 279.6º 0.46% 0.85% -
XYZ 38.9 28.21 69.72 -
YUV 149.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 184 118 218 0.16 0.46 0 0.15 279.6 0.57 0.66
Hex B8 76 DA 10 2E 0 F 118 39 42
Octal 270 166 332 20 56 0 17 430 71 102
Binary 10111000 1110110 11011010 10000 101110 0 1111 100011000 111001 1000010

Color Harmonies of #B876DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876DA

Black with #B876DA

Text Example


Text Example

White with #B876DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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