Html Css Color HEX #B03DAE Fuchsia

📋 copy color: '#B03DAE'

red 176 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #B03DAE

Tints of Fuchsia #B03DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.84%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 42.82%
G = 14.84%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B03DAE (or 0xB03DAE) is known color: Fuchsia. HEX triplet: B0, 3D and AE. RGB value is (176,61,174). Sum of RGB (Red+Green+Blue) = 176+61+174=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 61 (24.22% from 255 or 14.84% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DAE is #4FC251. Grayscale: #6B6B6B. Windows color (decimal): -5227090 or 11419056. OLE color: 11419056.

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

Color convert

RGB 176 61 174 -
CMYK 0 0.65 0.01 0.31
HSL 301.04º 0.49% 0.46% -
HSV(B) 301.04º 0.65% 0.69% -
XYZ 27.21 15.62 41.63 -
YUV 108.27 165.1 176.31 -
System Red Green Blue C M Y K H S L
Decimal 176 61 174 0 0.65 0.01 0.31 301.04 0.49 0.46
Hex B0 3D AE 0 41 1 1F 12D 31 2E
Octal 260 75 256 0 101 1 37 455 61 56
Binary 10110000 111101 10101110 0 1000001 1 11111 100101101 110001 101110

Color Harmonies of #B03DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03DAE

Black with #B03DAE

Text Example


Text Example

White with #B03DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03DAE; }

 p { color: rgb(176,61,174); }

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

background-color css

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

 a { background-color: rgb(176,61,174); }

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

border-color css

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

 span { border-color: rgb(176,61,174); }

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