Html Css Color HEX #B86ABA Fuchsia

📋 copy color: '#B86ABA'

red 184 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #B86ABA

Tints of Fuchsia #B86ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 38.66%
G = 22.27%
B = 39.08%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B86ABA (or 0xB86ABA) is known color: Fuchsia. HEX triplet: B8, 6A and BA. RGB value is (184,106,186). Sum of RGB (Red+Green+Blue) = 184+106+186=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #B86ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86ABA is #479545. Grayscale: #8A8A8A. Windows color (decimal): -4691270 or 12217016. OLE color: 12217016.

HSL color Cylindrical-coordinate representation of color #B86ABA: hue angle of 298.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B86ABA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 106 186 -
CMYK 0.01 0.43 0 0.27
HSL 298.5º 0.37% 0.57% -
HSV(B) 298.5º 0.43% 0.73% -
XYZ 33.78 24.04 49.31 -
YUV 138.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 184 106 186 0.01 0.43 0 0.27 298.5 0.37 0.57
Hex B8 6A BA 1 2B 0 1B 12A 25 39
Octal 270 152 272 1 53 0 33 452 45 71
Binary 10111000 1101010 10111010 1 101011 0 11011 100101010 100101 111001

Color Harmonies of #B86ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86ABA

Black with #B86ABA

Text Example


Text Example

White with #B86ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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