Html Css Color HEX #B86AEC Medium Orchid

📋 copy color: '#B86AEC'

red 184 ◦ green 106 ◦ blue 236

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

Shades of Medium Orchid #B86AEC

Tints of Medium Orchid #B86AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 34.98%
G = 20.15%
B = 44.87%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B86AEC (or 0xB86AEC) is known color: Medium Orchid. HEX triplet: B8, 6A and EC. RGB value is (184,106,236). Sum of RGB (Red+Green+Blue) = 184+106+236=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B86AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86AEC is #479513. Grayscale: #8F8F8F. Windows color (decimal): -4691220 or 15493816. OLE color: 15493816.

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

Color convert

RGB 184 106 236 -
CMYK 0.22 0.55 0 0.07
HSL 276º 0.77% 0.67% -
HSV(B) 276º 0.55% 0.93% -
XYZ 40.06 26.55 82.37 -
YUV 144.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 184 106 236 0.22 0.55 0 0.07 276 0.77 0.67
Hex B8 6A EC 16 37 0 7 114 4D 43
Octal 270 152 354 26 67 0 7 424 115 103
Binary 10111000 1101010 11101100 10110 110111 0 111 100010100 1001101 1000011

Color Harmonies of #B86AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86AEC

Black with #B86AEC

Text Example


Text Example

White with #B86AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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