Html Css Color HEX #B877DD Medium Orchid

📋 copy color: '#B877DD'

red 184 ◦ green 119 ◦ blue 221

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

Shades of Medium Orchid #B877DD

Tints of Medium Orchid #B877DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 35.11%
G = 22.71%
B = 42.18%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B877DD (or 0xB877DD) is known color: Medium Orchid. HEX triplet: B8, 77 and DD. RGB value is (184,119,221). Sum of RGB (Red+Green+Blue) = 184+119+221=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 119 (46.88% from 255 or 22.71% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B877DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877DD is #478822. Grayscale: #959595. Windows color (decimal): -4687907 or 14514104. OLE color: 14514104.

HSL color Cylindrical-coordinate representation of color #B877DD: hue angle of 278.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B877DD is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 119 221 -
CMYK 0.17 0.46 0 0.13
HSL 278.24º 0.6% 0.67% -
HSV(B) 278.24º 0.46% 0.87% -
XYZ 39.42 28.6 71.85 -
YUV 150.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 184 119 221 0.17 0.46 0 0.13 278.24 0.6 0.67
Hex B8 77 DD 11 2E 0 D 116 3C 43
Octal 270 167 335 21 56 0 15 426 74 103
Binary 10111000 1110111 11011101 10001 101110 0 1101 100010110 111100 1000011

Color Harmonies of #B877DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877DD

Black with #B877DD

Text Example


Text Example

White with #B877DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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