Html Css Color HEX #B04CAF Fuchsia

📋 copy color: '#B04CAF'

red 176 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #B04CAF

Tints of Fuchsia #B04CAF

RGB

 RED value IS 176 (69.14% from 255) = 41.22%

 GREEN value IS 76 (30.08% from 255) = 17.8%

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

R = 41.22%
G = 17.8%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B04CAF (or 0xB04CAF) is known color: Fuchsia. HEX triplet: B0, 4C and AF. RGB value is (176,76,175). Sum of RGB (Red+Green+Blue) = 176+76+175=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CAF is #4FB350. Grayscale: #747474. Windows color (decimal): -5223249 or 11488432. OLE color: 11488432.

HSL color Cylindrical-coordinate representation of color #B04CAF: hue angle of 300.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04CAF is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 175 -
CMYK 0 0.57 0.01 0.31
HSL 300.6º 0.4% 0.49% -
HSV(B) 300.6º 0.57% 0.69% -
XYZ 28.23 17.49 42.45 -
YUV 117.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 176 76 175 0 0.57 0.01 0.31 300.6 0.4 0.49
Hex B0 4C AF 0 39 1 1F 12D 28 31
Octal 260 114 257 0 71 1 37 455 50 61
Binary 10110000 1001100 10101111 0 111001 1 11111 100101101 101000 110001

Color Harmonies of #B04CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04CAF

Black with #B04CAF

Text Example


Text Example

White with #B04CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04CAF; }

 p { color: rgb(176,76,175); }

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

background-color css

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

 a { background-color: rgb(176,76,175); }

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

border-color css

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

 span { border-color: rgb(176,76,175); }

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