Html Css Color HEX #B877D8 Medium Orchid

📋 copy color: '#B877D8'

red 184 ◦ green 119 ◦ blue 216

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

Shades of Medium Orchid #B877D8

Tints of Medium Orchid #B877D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 35.45%
G = 22.93%
B = 41.62%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B877D8 (or 0xB877D8) is known color: Medium Orchid. HEX triplet: B8, 77 and D8. RGB value is (184,119,216). Sum of RGB (Red+Green+Blue) = 184+119+216=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 119 (46.88% from 255 or 22.93% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #B877D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877D8 is #478827. Grayscale: #959595. Windows color (decimal): -4687912 or 14186424. OLE color: 14186424.

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

Color convert

RGB 184 119 216 -
CMYK 0.15 0.45 0 0.15
HSL 280.21º 0.55% 0.66% -
HSV(B) 280.21º 0.45% 0.85% -
XYZ 38.76 28.34 68.39 -
YUV 149.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 184 119 216 0.15 0.45 0 0.15 280.21 0.55 0.66
Hex B8 77 D8 F 2D 0 F 118 37 42
Octal 270 167 330 17 55 0 17 430 67 102
Binary 10111000 1110111 11011000 1111 101101 0 1111 100011000 110111 1000010

Color Harmonies of #B877D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877D8

Black with #B877D8

Text Example


Text Example

White with #B877D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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