Html Css Color HEX #B876E1 Medium Orchid

📋 copy color: '#B876E1'

red 184 ◦ green 118 ◦ blue 225

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

Shades of Medium Orchid #B876E1

Tints of Medium Orchid #B876E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 34.91%
G = 22.39%
B = 42.69%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B876E1 (or 0xB876E1) is known color: Medium Orchid. HEX triplet: B8, 76 and E1. RGB value is (184,118,225). Sum of RGB (Red+Green+Blue) = 184+118+225=527 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.91% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #B876E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B876E1 is #47891E. Grayscale: #959595. Windows color (decimal): -4688159 or 14775992. OLE color: 14775992.

HSL color Cylindrical-coordinate representation of color #B876E1: hue angle of 277.01º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B876E1 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 118 225 -
CMYK 0.18 0.48 0 0.12
HSL 277.01º 0.64% 0.67% -
HSV(B) 277.01º 0.48% 0.88% -
XYZ 39.84 28.58 74.65 -
YUV 149.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 184 118 225 0.18 0.48 0 0.12 277.01 0.64 0.67
Hex B8 76 E1 12 30 0 C 115 40 43
Octal 270 166 341 22 60 0 14 425 100 103
Binary 10111000 1110110 11100001 10010 110000 0 1100 100010101 1000000 1000011

Color Harmonies of #B876E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B876E1

Black with #B876E1

Text Example


Text Example

White with #B876E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B876E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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