Html Css Color HEX #B86FED Medium Orchid

📋 copy color: '#B86FED'

red 184 ◦ green 111 ◦ blue 237

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

Shades of Medium Orchid #B86FED

Tints of Medium Orchid #B86FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 34.59%
G = 20.86%
B = 44.55%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86FED (or 0xB86FED) is known color: Medium Orchid. HEX triplet: B8, 6F and ED. RGB value is (184,111,237). Sum of RGB (Red+Green+Blue) = 184+111+237=532 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.59% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #B86FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FED is #479012. Grayscale: #929292. Windows color (decimal): -4689939 or 15560632. OLE color: 15560632.

HSL color Cylindrical-coordinate representation of color #B86FED: hue angle of 274.76º degrees, saturation: 0.78, 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 #B86FED is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 111 237 -
CMYK 0.22 0.53 0 0.07
HSL 274.76º 0.78% 0.68% -
HSV(B) 274.76º 0.53% 0.93% -
XYZ 40.74 27.67 83.32 -
YUV 147.19 178.68 154.25 -
System Red Green Blue C M Y K H S L
Decimal 184 111 237 0.22 0.53 0 0.07 274.76 0.78 0.68
Hex B8 6F ED 16 35 0 7 113 4E 44
Octal 270 157 355 26 65 0 7 423 116 104
Binary 10111000 1101111 11101101 10110 110101 0 111 100010011 1001110 1000100

Color Harmonies of #B86FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FED

Black with #B86FED

Text Example


Text Example

White with #B86FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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