Html Css Color HEX #B86FEB Medium Orchid

📋 copy color: '#B86FEB'

red 184 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #B86FEB

Tints of Medium Orchid #B86FEB

RGB

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

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

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

R = 34.72%
G = 20.94%
B = 44.34%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B86FEB (or 0xB86FEB) is known color: Medium Orchid. HEX triplet: B8, 6F and EB. RGB value is (184,111,235). Sum of RGB (Red+Green+Blue) = 184+111+235=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #B86FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FEB is #479014. Grayscale: #929292. Windows color (decimal): -4689941 or 15429560. OLE color: 15429560.

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

Color convert

RGB 184 111 235 -
CMYK 0.22 0.53 0 0.08
HSL 275.32º 0.76% 0.68% -
HSV(B) 275.32º 0.53% 0.92% -
XYZ 40.45 27.56 81.78 -
YUV 146.96 177.68 154.42 -
System Red Green Blue C M Y K H S L
Decimal 184 111 235 0.22 0.53 0 0.08 275.32 0.76 0.68
Hex B8 6F EB 16 35 0 8 113 4C 44
Octal 270 157 353 26 65 0 10 423 114 104
Binary 10111000 1101111 11101011 10110 110101 0 1000 100010011 1001100 1000100

Color Harmonies of #B86FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FEB

Black with #B86FEB

Text Example


Text Example

White with #B86FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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