Html Css Color HEX #B86FEA Medium Orchid

📋 copy color: '#B86FEA'

red 184 ◦ green 111 ◦ blue 234

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

Shades of Medium Orchid #B86FEA

Tints of Medium Orchid #B86FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.23%

R = 34.78%
G = 20.98%
B = 44.23%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B86FEA (or 0xB86FEA) is known color: Medium Orchid. HEX triplet: B8, 6F and EA. RGB value is (184,111,234). Sum of RGB (Red+Green+Blue) = 184+111+234=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #B86FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86FEA is #479015. Grayscale: #929292. Windows color (decimal): -4689942 or 15364024. OLE color: 15364024.

HSL color Cylindrical-coordinate representation of color #B86FEA: hue angle of 275.61º degrees, saturation: 0.75, 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 #B86FEA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 111 234 -
CMYK 0.21 0.53 0 0.08
HSL 275.61º 0.75% 0.68% -
HSV(B) 275.61º 0.53% 0.92% -
XYZ 40.3 27.5 81.03 -
YUV 146.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 184 111 234 0.21 0.53 0 0.08 275.61 0.75 0.68
Hex B8 6F EA 15 35 0 8 114 4B 44
Octal 270 157 352 25 65 0 10 424 113 104
Binary 10111000 1101111 11101010 10101 110101 0 1000 100010100 1001011 1000100

Color Harmonies of #B86FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FEA

Black with #B86FEA

Text Example


Text Example

White with #B86FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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