Html Css Color HEX #B86FEE Medium Orchid

📋 copy color: '#B86FEE'

red 184 ◦ green 111 ◦ blue 238

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

Shades of Medium Orchid #B86FEE

Tints of Medium Orchid #B86FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.83%

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

R = 34.52%
G = 20.83%
B = 44.65%

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

#B86FEE (or 0xB86FEE) is known color: Medium Orchid. HEX triplet: B8, 6F and EE. RGB value is (184,111,238). Sum of RGB (Red+Green+Blue) = 184+111+238=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FEE is #479011. Grayscale: #929292. Windows color (decimal): -4689938 or 15626168. OLE color: 15626168.

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

Color convert

RGB 184 111 238 -
CMYK 0.23 0.53 0 0.07
HSL 274.49º 0.79% 0.68% -
HSV(B) 274.49º 0.53% 0.93% -
XYZ 40.88 27.73 84.09 -
YUV 147.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 184 111 238 0.23 0.53 0 0.07 274.49 0.79 0.68
Hex B8 6F EE 17 35 0 7 112 4F 44
Octal 270 157 356 27 65 0 7 422 117 104
Binary 10111000 1101111 11101110 10111 110101 0 111 100010010 1001111 1000100

Color Harmonies of #B86FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FEE

Black with #B86FEE

Text Example


Text Example

White with #B86FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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