Html Css Color HEX #B85CAC Fuchsia

📋 copy color: '#B85CAC'

red 184 ◦ green 92 ◦ blue 172

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

Shades of Fuchsia #B85CAC

Tints of Fuchsia #B85CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 172 (67.58% from 255) = 38.39%

R = 41.07%
G = 20.54%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B85CAC (or 0xB85CAC) is known color: Fuchsia. HEX triplet: B8, 5C and AC. RGB value is (184,92,172). Sum of RGB (Red+Green+Blue) = 184+92+172=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B85CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85CAC is #47A353. Grayscale: #808080. Windows color (decimal): -4694868 or 11295928. OLE color: 11295928.

HSL color Cylindrical-coordinate representation of color #B85CAC: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B85CAC is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 92 172 -
CMYK 0 0.50 0.07 0.28
HSL 307.83º 0.39% 0.54% -
HSV(B) 307.83º 0.5% 0.72% -
XYZ 31.04 20.82 41.41 -
YUV 128.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 184 92 172 0 0.50 0.07 0.28 307.83 0.39 0.54
Hex B8 5C AC 0 32 7 1C 134 27 36
Octal 270 134 254 0 62 7 34 464 47 66
Binary 10111000 1011100 10101100 0 110010 111 11100 100110100 100111 110110

Color Harmonies of #B85CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85CAC

Black with #B85CAC

Text Example


Text Example

White with #B85CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85CAC; }

 p { color: rgb(184,92,172); }

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

background-color css

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

 a { background-color: rgb(184,92,172); }

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

border-color css

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

 span { border-color: rgb(184,92,172); }

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