Html Css Color HEX #B86ADF Medium Orchid

📋 copy color: '#B86ADF'

red 184 ◦ green 106 ◦ blue 223

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

Shades of Medium Orchid #B86ADF

Tints of Medium Orchid #B86ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 35.87%
G = 20.66%
B = 43.47%

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

#B86ADF (or 0xB86ADF) is known color: Medium Orchid. HEX triplet: B8, 6A and DF. RGB value is (184,106,223). Sum of RGB (Red+Green+Blue) = 184+106+223=513 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.87% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #B86ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ADF is #479520. Grayscale: #8E8E8E. Windows color (decimal): -4691233 or 14641848. OLE color: 14641848.

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

Color convert

RGB 184 106 223 -
CMYK 0.17 0.52 0 0.13
HSL 280º 0.65% 0.65% -
HSV(B) 280º 0.52% 0.87% -
XYZ 38.24 25.83 72.78 -
YUV 142.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 184 106 223 0.17 0.52 0 0.13 280 0.65 0.65
Hex B8 6A DF 11 34 0 D 118 41 41
Octal 270 152 337 21 64 0 15 430 101 101
Binary 10111000 1101010 11011111 10001 110100 0 1101 100011000 1000001 1000001

Color Harmonies of #B86ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ADF

Black with #B86ADF

Text Example


Text Example

White with #B86ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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