Html Css Color HEX #B04ABC Fuchsia

📋 copy color: '#B04ABC'

red 176 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #B04ABC

Tints of Fuchsia #B04ABC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 188 (73.83% from 255) = 42.92%

R = 40.18%
G = 16.89%
B = 42.92%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B04ABC (or 0xB04ABC) is known color: Fuchsia. HEX triplet: B0, 4A and BC. RGB value is (176,74,188). Sum of RGB (Red+Green+Blue) = 176+74+188=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 188 - color contains mainly: blue. Hex color #B04ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04ABC is #4FB543. Grayscale: #757575. Windows color (decimal): -5223748 or 12339888. OLE color: 12339888.

HSL color Cylindrical-coordinate representation of color #B04ABC: hue angle of 293.68º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04ABC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 74 188 -
CMYK 0.06 0.61 0 0.26
HSL 293.68º 0.46% 0.51% -
HSV(B) 293.68º 0.61% 0.74% -
XYZ 29.43 17.76 49.45 -
YUV 117.49 167.79 169.73 -
System Red Green Blue C M Y K H S L
Decimal 176 74 188 0.06 0.61 0 0.26 293.68 0.46 0.51
Hex B0 4A BC 6 3D 0 1A 126 2E 33
Octal 260 112 274 6 75 0 32 446 56 63
Binary 10110000 1001010 10111100 110 111101 0 11010 100100110 101110 110011

Color Harmonies of #B04ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04ABC

Black with #B04ABC

Text Example


Text Example

White with #B04ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04ABC; }

 p { color: rgb(176,74,188); }

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

background-color css

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

 a { background-color: rgb(176,74,188); }

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

border-color css

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

 span { border-color: rgb(176,74,188); }

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