Html Css Color HEX #B871EB Medium Orchid

📋 copy color: '#B871EB'

red 184 ◦ green 113 ◦ blue 235

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

Shades of Medium Orchid #B871EB

Tints of Medium Orchid #B871EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 34.59%
G = 21.24%
B = 44.17%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B871EB (or 0xB871EB) is known color: Medium Orchid. HEX triplet: B8, 71 and EB. RGB value is (184,113,235). Sum of RGB (Red+Green+Blue) = 184+113+235=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #B871EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871EB is #478E14. Grayscale: #939393. Windows color (decimal): -4689429 or 15430072. OLE color: 15430072.

HSL color Cylindrical-coordinate representation of color #B871EB: hue angle of 274.92º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B871EB is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 113 235 -
CMYK 0.22 0.52 0 0.08
HSL 274.92º 0.75% 0.68% -
HSV(B) 274.92º 0.52% 0.92% -
XYZ 40.67 28 81.86 -
YUV 148.14 177.02 153.58 -
System Red Green Blue C M Y K H S L
Decimal 184 113 235 0.22 0.52 0 0.08 274.92 0.75 0.68
Hex B8 71 EB 16 34 0 8 113 4B 44
Octal 270 161 353 26 64 0 10 423 113 104
Binary 10111000 1110001 11101011 10110 110100 0 1000 100010011 1001011 1000100

Color Harmonies of #B871EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871EB

Black with #B871EB

Text Example


Text Example

White with #B871EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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