Html Css Color HEX #B871E8 Medium Orchid

📋 copy color: '#B871E8'

red 184 ◦ green 113 ◦ blue 232

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

Shades of Medium Orchid #B871E8

Tints of Medium Orchid #B871E8

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.36%

 BLUE value IS 232 (91.02% from 255) = 43.86%

R = 34.78%
G = 21.36%
B = 43.86%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B871E8 (or 0xB871E8) is known color: Medium Orchid. HEX triplet: B8, 71 and E8. RGB value is (184,113,232). Sum of RGB (Red+Green+Blue) = 184+113+232=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #B871E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871E8 is #478E17. Grayscale: #939393. Windows color (decimal): -4689432 or 15233464. OLE color: 15233464.

HSL color Cylindrical-coordinate representation of color #B871E8: hue angle of 275.8º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B871E8 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 113 232 -
CMYK 0.21 0.51 0 0.09
HSL 275.8º 0.72% 0.68% -
HSV(B) 275.8º 0.51% 0.91% -
XYZ 40.24 27.83 79.59 -
YUV 147.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 184 113 232 0.21 0.51 0 0.09 275.8 0.72 0.68
Hex B8 71 E8 15 33 0 9 114 48 44
Octal 270 161 350 25 63 0 11 424 110 104
Binary 10111000 1110001 11101000 10101 110011 0 1001 100010100 1001000 1000100

Color Harmonies of #B871E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871E8

Black with #B871E8

Text Example


Text Example

White with #B871E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871E8; }

 p { color: rgb(184,113,232); }

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

background-color css

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

 a { background-color: rgb(184,113,232); }

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

border-color css

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

 span { border-color: rgb(184,113,232); }

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