Html Css Color HEX #B877DC Medium Orchid

📋 copy color: '#B877DC'

red 184 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #B877DC

Tints of Medium Orchid #B877DC

RGB

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

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

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

R = 35.18%
G = 22.75%
B = 42.07%

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

#B877DC (or 0xB877DC) is known color: Medium Orchid. HEX triplet: B8, 77 and DC. RGB value is (184,119,220). Sum of RGB (Red+Green+Blue) = 184+119+220=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 119 (46.88% from 255 or 22.75% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #B877DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877DC is #478823. Grayscale: #959595. Windows color (decimal): -4687908 or 14448568. OLE color: 14448568.

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

Color convert

RGB 184 119 220 -
CMYK 0.16 0.46 0 0.14
HSL 278.61º 0.59% 0.66% -
HSV(B) 278.61º 0.46% 0.86% -
XYZ 39.28 28.55 71.15 -
YUV 149.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 184 119 220 0.16 0.46 0 0.14 278.61 0.59 0.66
Hex B8 77 DC 10 2E 0 E 117 3B 42
Octal 270 167 334 20 56 0 16 427 73 102
Binary 10111000 1110111 11011100 10000 101110 0 1110 100010111 111011 1000010

Color Harmonies of #B877DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877DC

Black with #B877DC

Text Example


Text Example

White with #B877DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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