Html Css Color HEX #B85AB3 Fuchsia

📋 copy color: '#B85AB3'

red 184 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #B85AB3

Tints of Fuchsia #B85AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.51%

R = 40.62%
G = 19.87%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B85AB3 (or 0xB85AB3) is known color: Fuchsia. HEX triplet: B8, 5A and B3. RGB value is (184,90,179). Sum of RGB (Red+Green+Blue) = 184+90+179=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B85AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85AB3 is #47A54C. Grayscale: #7F7F7F. Windows color (decimal): -4695373 or 11754168. OLE color: 11754168.

HSL color Cylindrical-coordinate representation of color #B85AB3: hue angle of 303.19º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85AB3 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 90 179 -
CMYK 0 0.51 0.03 0.28
HSL 303.19º 0.4% 0.54% -
HSV(B) 303.19º 0.51% 0.72% -
XYZ 31.56 20.76 44.99 -
YUV 128.25 156.64 167.76 -
System Red Green Blue C M Y K H S L
Decimal 184 90 179 0 0.51 0.03 0.28 303.19 0.4 0.54
Hex B8 5A B3 0 33 3 1C 12F 28 36
Octal 270 132 263 0 63 3 34 457 50 66
Binary 10111000 1011010 10110011 0 110011 11 11100 100101111 101000 110110

Color Harmonies of #B85AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85AB3

Black with #B85AB3

Text Example


Text Example

White with #B85AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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