Html Css Color HEX #B12DAE Fuchsia

📋 copy color: '#B12DAE'

red 177 ◦ green 45 ◦ blue 174

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

Shades of Fuchsia #B12DAE

Tints of Fuchsia #B12DAE

RGB

 RED value IS 177 (69.53% from 255) = 44.7%

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

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

R = 44.7%
G = 11.36%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B12DAE (or 0xB12DAE) is known color: Fuchsia. HEX triplet: B1, 2D and AE. RGB value is (177,45,174). Sum of RGB (Red+Green+Blue) = 177+45+174=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DAE is #4ED251. Grayscale: #626262. Windows color (decimal): -5165650 or 11414961. OLE color: 11414961.

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

Color convert

RGB 177 45 174 -
CMYK 0 0.75 0.02 0.31
HSL 301.36º 0.59% 0.44% -
HSV(B) 301.36º 0.75% 0.69% -
XYZ 26.71 14.28 41.39 -
YUV 99.17 170.23 183.51 -
System Red Green Blue C M Y K H S L
Decimal 177 45 174 0 0.75 0.02 0.31 301.36 0.59 0.44
Hex B1 2D AE 0 4B 2 1F 12D 3B 2C
Octal 261 55 256 0 113 2 37 455 73 54
Binary 10110001 101101 10101110 0 1001011 10 11111 100101101 111011 101100

Color Harmonies of #B12DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DAE

Black with #B12DAE

Text Example


Text Example

White with #B12DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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