Html Css Color HEX #B04DBA Fuchsia

📋 copy color: '#B04DBA'

red 176 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B04DBA

Tints of Fuchsia #B04DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.54%

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

R = 40.09%
G = 17.54%
B = 42.37%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B04DBA (or 0xB04DBA) is known color: Fuchsia. HEX triplet: B0, 4D and BA. RGB value is (176,77,186). Sum of RGB (Red+Green+Blue) = 176+77+186=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 77 (30.47% from 255 or 17.54% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #B04DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B04DBA is #4FB245. Grayscale: #767676. Windows color (decimal): -5222982 or 12209584. OLE color: 12209584.

HSL color Cylindrical-coordinate representation of color #B04DBA: hue angle of 294.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B04DBA is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 77 186 -
CMYK 0.05 0.59 0 0.27
HSL 294.5º 0.44% 0.52% -
HSV(B) 294.5º 0.59% 0.73% -
XYZ 29.42 18.08 48.39 -
YUV 119.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 176 77 186 0.05 0.59 0 0.27 294.5 0.44 0.52
Hex B0 4D BA 5 3B 0 1B 126 2C 34
Octal 260 115 272 5 73 0 33 446 54 64
Binary 10110000 1001101 10111010 101 111011 0 11011 100100110 101100 110100

Color Harmonies of #B04DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04DBA

Black with #B04DBA

Text Example


Text Example

White with #B04DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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