Html Css Color HEX #B86ACF Medium Orchid

📋 copy color: '#B86ACF'

red 184 ◦ green 106 ◦ blue 207

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

Shades of Medium Orchid #B86ACF

Tints of Medium Orchid #B86ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 37.02%
G = 21.33%
B = 41.65%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86ACF (or 0xB86ACF) is known color: Medium Orchid. HEX triplet: B8, 6A and CF. RGB value is (184,106,207). Sum of RGB (Red+Green+Blue) = 184+106+207=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ACF is #479530. Grayscale: #8C8C8C. Windows color (decimal): -4691249 or 13593272. OLE color: 13593272.

HSL color Cylindrical-coordinate representation of color #B86ACF: hue angle of 286.34º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86ACF is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 106 207 -
CMYK 0.11 0.49 0 0.19
HSL 286.34º 0.51% 0.61% -
HSV(B) 286.34º 0.49% 0.81% -
XYZ 36.18 25 61.95 -
YUV 140.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 184 106 207 0.11 0.49 0 0.19 286.34 0.51 0.61
Hex B8 6A CF B 31 0 13 11E 33 3D
Octal 270 152 317 13 61 0 23 436 63 75
Binary 10111000 1101010 11001111 1011 110001 0 10011 100011110 110011 111101

Color Harmonies of #B86ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ACF

Black with #B86ACF

Text Example


Text Example

White with #B86ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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