Html Css Color HEX #B12DAB Fuchsia

📋 copy color: '#B12DAB'

red 177 ◦ green 45 ◦ blue 171

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

Shades of Fuchsia #B12DAB

Tints of Fuchsia #B12DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 45.04%
G = 11.45%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B12DAB (or 0xB12DAB) is known color: Fuchsia. HEX triplet: B1, 2D and AB. RGB value is (177,45,171). Sum of RGB (Red+Green+Blue) = 177+45+171=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DAB is #4ED254. Grayscale: #626262. Windows color (decimal): -5165653 or 11218353. OLE color: 11218353.

HSL color Cylindrical-coordinate representation of color #B12DAB: hue angle of 302.73º 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 #B12DAB is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 45 171 -
CMYK 0 0.75 0.03 0.31
HSL 302.73º 0.59% 0.44% -
HSV(B) 302.73º 0.75% 0.69% -
XYZ 26.42 14.16 39.87 -
YUV 98.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 177 45 171 0 0.75 0.03 0.31 302.73 0.59 0.44
Hex B1 2D AB 0 4B 3 1F 12F 3B 2C
Octal 261 55 253 0 113 3 37 457 73 54
Binary 10110001 101101 10101011 0 1001011 11 11111 100101111 111011 101100

Color Harmonies of #B12DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DAB

Black with #B12DAB

Text Example


Text Example

White with #B12DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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