Html Css Color HEX #B86ADE Medium Orchid

📋 copy color: '#B86ADE'

red 184 ◦ green 106 ◦ blue 222

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

Shades of Medium Orchid #B86ADE

Tints of Medium Orchid #B86ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.36%

R = 35.94%
G = 20.7%
B = 43.36%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B86ADE (or 0xB86ADE) is known color: Medium Orchid. HEX triplet: B8, 6A and DE. RGB value is (184,106,222). Sum of RGB (Red+Green+Blue) = 184+106+222=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #B86ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ADE is #479521. Grayscale: #8E8E8E. Windows color (decimal): -4691234 or 14576312. OLE color: 14576312.

HSL color Cylindrical-coordinate representation of color #B86ADE: hue angle of 280.34º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86ADE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 106 222 -
CMYK 0.17 0.52 0 0.13
HSL 280.34º 0.64% 0.64% -
HSV(B) 280.34º 0.52% 0.87% -
XYZ 38.11 25.77 72.07 -
YUV 142.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 184 106 222 0.17 0.52 0 0.13 280.34 0.64 0.64
Hex B8 6A DE 11 34 0 D 118 40 40
Octal 270 152 336 21 64 0 15 430 100 100
Binary 10111000 1101010 11011110 10001 110100 0 1101 100011000 1000000 1000000

Color Harmonies of #B86ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ADE

Black with #B86ADE

Text Example


Text Example

White with #B86ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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