Html Css Color HEX #B85BAE Fuchsia

📋 copy color: '#B85BAE'

red 184 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #B85BAE

Tints of Fuchsia #B85BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.75%

R = 40.98%
G = 20.27%
B = 38.75%

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

#B85BAE (or 0xB85BAE) is known color: Fuchsia. HEX triplet: B8, 5B and AE. RGB value is (184,91,174). Sum of RGB (Red+Green+Blue) = 184+91+174=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B85BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85BAE is #47A451. Grayscale: #808080. Windows color (decimal): -4695122 or 11426744. OLE color: 11426744.

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

Color convert

RGB 184 91 174 -
CMYK 0 0.51 0.05 0.28
HSL 306.45º 0.4% 0.54% -
HSV(B) 306.45º 0.51% 0.72% -
XYZ 31.15 20.73 42.4 -
YUV 128.27 153.81 167.75 -
System Red Green Blue C M Y K H S L
Decimal 184 91 174 0 0.51 0.05 0.28 306.45 0.4 0.54
Hex B8 5B AE 0 33 5 1C 132 28 36
Octal 270 133 256 0 63 5 34 462 50 66
Binary 10111000 1011011 10101110 0 110011 101 11100 100110010 101000 110110

Color Harmonies of #B85BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85BAE

Black with #B85BAE

Text Example


Text Example

White with #B85BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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