Html Css Color HEX #B871EE Medium Orchid

📋 copy color: '#B871EE'

red 184 ◦ green 113 ◦ blue 238

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

Shades of Medium Orchid #B871EE

Tints of Medium Orchid #B871EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.49%

R = 34.39%
G = 21.12%
B = 44.49%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B871EE (or 0xB871EE) is known color: Medium Orchid. HEX triplet: B8, 71 and EE. RGB value is (184,113,238). Sum of RGB (Red+Green+Blue) = 184+113+238=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #B871EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B871EE is #478E11. Grayscale: #949494. Windows color (decimal): -4689426 or 15626680. OLE color: 15626680.

HSL color Cylindrical-coordinate representation of color #B871EE: hue angle of 274.08º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B871EE is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 113 238 -
CMYK 0.23 0.53 0 0.07
HSL 274.08º 0.79% 0.69% -
HSV(B) 274.08º 0.53% 0.93% -
XYZ 41.1 28.17 84.16 -
YUV 148.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 184 113 238 0.23 0.53 0 0.07 274.08 0.79 0.69
Hex B8 71 EE 17 35 0 7 112 4F 45
Octal 270 161 356 27 65 0 7 422 117 105
Binary 10111000 1110001 11101110 10111 110101 0 111 100010010 1001111 1000101

Color Harmonies of #B871EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871EE

Black with #B871EE

Text Example


Text Example

White with #B871EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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