Html Css Color HEX #B86AEE Medium Orchid

📋 copy color: '#B86AEE'

red 184 ◦ green 106 ◦ blue 238

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

Shades of Medium Orchid #B86AEE

Tints of Medium Orchid #B86AEE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.08%

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

R = 34.85%
G = 20.08%
B = 45.08%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86AEE (or 0xB86AEE) is known color: Medium Orchid. HEX triplet: B8, 6A and EE. RGB value is (184,106,238). Sum of RGB (Red+Green+Blue) = 184+106+238=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #B86AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AEE is #479511. Grayscale: #8F8F8F. Windows color (decimal): -4691218 or 15624888. OLE color: 15624888.

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

Color convert

RGB 184 106 238 -
CMYK 0.23 0.55 0 0.07
HSL 275.45º 0.8% 0.67% -
HSV(B) 275.45º 0.55% 0.93% -
XYZ 40.35 26.67 83.91 -
YUV 144.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 184 106 238 0.23 0.55 0 0.07 275.45 0.8 0.67
Hex B8 6A EE 17 37 0 7 113 50 43
Octal 270 152 356 27 67 0 7 423 120 103
Binary 10111000 1101010 11101110 10111 110111 0 111 100010011 1010000 1000011

Color Harmonies of #B86AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AEE

Black with #B86AEE

Text Example


Text Example

White with #B86AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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