Html Css Color HEX #B86EF0 Medium Orchid

📋 copy color: '#B86EF0'

red 184 ◦ green 110 ◦ blue 240

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

Shades of Medium Orchid #B86EF0

Tints of Medium Orchid #B86EF0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 240 (94.14% from 255) = 44.94%

R = 34.46%
G = 20.6%
B = 44.94%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B86EF0 (or 0xB86EF0) is known color: Medium Orchid. HEX triplet: B8, 6E and F0. RGB value is (184,110,240). Sum of RGB (Red+Green+Blue) = 184+110+240=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #B86EF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EF0 is #47910F. Grayscale: #929292. Windows color (decimal): -4690192 or 15756984. OLE color: 15756984.

HSL color Cylindrical-coordinate representation of color #B86EF0: hue angle of 274.15º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B86EF0 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 110 240 -
CMYK 0.23 0.54 0 0.06
HSL 274.15º 0.81% 0.69% -
HSV(B) 274.15º 0.54% 0.94% -
XYZ 41.07 27.63 85.61 -
YUV 146.95 180.52 154.43 -
System Red Green Blue C M Y K H S L
Decimal 184 110 240 0.23 0.54 0 0.06 274.15 0.81 0.69
Hex B8 6E F0 17 36 0 6 112 51 45
Octal 270 156 360 27 66 0 6 422 121 105
Binary 10111000 1101110 11110000 10111 110110 0 110 100010010 1010001 1000101

Color Harmonies of #B86EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EF0

Black with #B86EF0

Text Example


Text Example

White with #B86EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EF0; }

 p { color: rgb(184,110,240); }

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

background-color css

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

 a { background-color: rgb(184,110,240); }

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

border-color css

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

 span { border-color: rgb(184,110,240); }

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