Html Css Color HEX #B04BBA Fuchsia

📋 copy color: '#B04BBA'

red 176 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B04BBA

Tints of Fuchsia #B04BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.16%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 40.27%
G = 17.16%
B = 42.56%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B04BBA (or 0xB04BBA) is known color: Fuchsia. HEX triplet: B0, 4B and BA. RGB value is (176,75,186). Sum of RGB (Red+Green+Blue) = 176+75+186=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 75 (29.69% from 255 or 17.16% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04BBA is #4FB445. Grayscale: #757575. Windows color (decimal): -5223494 or 12209072. OLE color: 12209072.

HSL color Cylindrical-coordinate representation of color #B04BBA: hue angle of 294.59º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04BBA is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 75 186 -
CMYK 0.05 0.60 0 0.27
HSL 294.59º 0.45% 0.51% -
HSV(B) 294.59º 0.6% 0.73% -
XYZ 29.28 17.81 48.35 -
YUV 117.85 166.46 169.47 -
System Red Green Blue C M Y K H S L
Decimal 176 75 186 0.05 0.60 0 0.27 294.59 0.45 0.51
Hex B0 4B BA 5 3C 0 1B 127 2D 33
Octal 260 113 272 5 74 0 33 447 55 63
Binary 10110000 1001011 10111010 101 111100 0 11011 100100111 101101 110011

Color Harmonies of #B04BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04BBA

Black with #B04BBA

Text Example


Text Example

White with #B04BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04BBA; }

 p { color: rgb(176,75,186); }

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

background-color css

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

 a { background-color: rgb(176,75,186); }

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

border-color css

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

 span { border-color: rgb(176,75,186); }

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