Html Css Color HEX #B877DA Medium Orchid

📋 copy color: '#B877DA'

red 184 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #B877DA

Tints of Medium Orchid #B877DA

RGB

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

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

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

R = 35.32%
G = 22.84%
B = 41.84%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B877DA (or 0xB877DA) is known color: Medium Orchid. HEX triplet: B8, 77 and DA. RGB value is (184,119,218). Sum of RGB (Red+Green+Blue) = 184+119+218=521 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.32% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #B877DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B877DA is #478825. Grayscale: #959595. Windows color (decimal): -4687910 or 14317496. OLE color: 14317496.

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

Color convert

RGB 184 119 218 -
CMYK 0.16 0.45 0 0.15
HSL 279.39º 0.57% 0.66% -
HSV(B) 279.39º 0.45% 0.85% -
XYZ 39.02 28.45 69.76 -
YUV 149.72 166.53 152.45 -
System Red Green Blue C M Y K H S L
Decimal 184 119 218 0.16 0.45 0 0.15 279.39 0.57 0.66
Hex B8 77 DA 10 2D 0 F 117 39 42
Octal 270 167 332 20 55 0 17 427 71 102
Binary 10111000 1110111 11011010 10000 101101 0 1111 100010111 111001 1000010

Color Harmonies of #B877DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B877DA

Black with #B877DA

Text Example


Text Example

White with #B877DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B877DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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