Html Css Color HEX #B02DAE Fuchsia

📋 copy color: '#B02DAE'

red 176 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #B02DAE

Tints of Fuchsia #B02DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.39%

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

R = 44.56%
G = 11.39%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B02DAE (or 0xB02DAE) is known color: Fuchsia. HEX triplet: B0, 2D and AE. RGB value is (176,45,174). Sum of RGB (Red+Green+Blue) = 176+45+174=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 45 (17.97% from 255 or 11.39% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B02DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02DAE is #4FD251. Grayscale: #626262. Windows color (decimal): -5231186 or 11414960. OLE color: 11414960.

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

Color convert

RGB 176 45 174 -
CMYK 0 0.74 0.01 0.31
HSL 300.92º 0.59% 0.43% -
HSV(B) 300.92º 0.74% 0.69% -
XYZ 26.48 14.16 41.38 -
YUV 98.88 170.4 183.01 -
System Red Green Blue C M Y K H S L
Decimal 176 45 174 0 0.74 0.01 0.31 300.92 0.59 0.43
Hex B0 2D AE 0 4A 1 1F 12D 3B 2B
Octal 260 55 256 0 112 1 37 455 73 53
Binary 10110000 101101 10101110 0 1001010 1 11111 100101101 111011 101011

Color Harmonies of #B02DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02DAE

Black with #B02DAE

Text Example


Text Example

White with #B02DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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