Html Css Color HEX #B85ABA Fuchsia

📋 copy color: '#B85ABA'

red 184 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #B85ABA

Tints of Fuchsia #B85ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.57%

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

R = 40%
G = 19.57%
B = 40.43%

CMYK

 C value IS 0.01

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B85ABA (or 0xB85ABA) is known color: Fuchsia. HEX triplet: B8, 5A and BA. RGB value is (184,90,186). Sum of RGB (Red+Green+Blue) = 184+90+186=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #B85ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85ABA is #47A545. Grayscale: #808080. Windows color (decimal): -4695366 or 12212920. OLE color: 12212920.

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

Color convert

RGB 184 90 186 -
CMYK 0.01 0.52 0 0.27
HSL 298.75º 0.41% 0.54% -
HSV(B) 298.75º 0.52% 0.73% -
XYZ 32.29 21.05 48.82 -
YUV 129.05 160.14 167.19 -
System Red Green Blue C M Y K H S L
Decimal 184 90 186 0.01 0.52 0 0.27 298.75 0.41 0.54
Hex B8 5A BA 1 34 0 1B 12B 29 36
Octal 270 132 272 1 64 0 33 453 51 66
Binary 10111000 1011010 10111010 1 110100 0 11011 100101011 101001 110110

Color Harmonies of #B85ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85ABA

Black with #B85ABA

Text Example


Text Example

White with #B85ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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