Html Css Color HEX #B85BAF Fuchsia

📋 copy color: '#B85BAF'

red 184 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #B85BAF

Tints of Fuchsia #B85BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.22%

 BLUE value IS 175 (68.75% from 255) = 38.89%

R = 40.89%
G = 20.22%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B85BAF (or 0xB85BAF) is known color: Fuchsia. HEX triplet: B8, 5B and AF. RGB value is (184,91,175). Sum of RGB (Red+Green+Blue) = 184+91+175=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BAF is #47A450. Grayscale: #808080. Windows color (decimal): -4695121 or 11492280. OLE color: 11492280.

HSL color Cylindrical-coordinate representation of color #B85BAF: hue angle of 305.81º 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 #B85BAF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 175 -
CMYK 0 0.51 0.05 0.28
HSL 305.81º 0.4% 0.54% -
HSV(B) 305.81º 0.51% 0.72% -
XYZ 31.25 20.77 42.92 -
YUV 128.38 154.31 167.67 -
System Red Green Blue C M Y K H S L
Decimal 184 91 175 0 0.51 0.05 0.28 305.81 0.4 0.54
Hex B8 5B AF 0 33 5 1C 132 28 36
Octal 270 133 257 0 63 5 34 462 50 66
Binary 10111000 1011011 10101111 0 110011 101 11100 100110010 101000 110110

Color Harmonies of #B85BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BAF

Black with #B85BAF

Text Example


Text Example

White with #B85BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BAF; }

 p { color: rgb(184,91,175); }

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

background-color css

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

 a { background-color: rgb(184,91,175); }

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

border-color css

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

 span { border-color: rgb(184,91,175); }

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