Html Css Color HEX #B12DB0 Fuchsia

📋 copy color: '#B12DB0'

red 177 ◦ green 45 ◦ blue 176

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

Shades of Fuchsia #B12DB0

Tints of Fuchsia #B12DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.22%

R = 44.47%
G = 11.31%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B12DB0 (or 0xB12DB0) is known color: Fuchsia. HEX triplet: B1, 2D and B0. RGB value is (177,45,176). Sum of RGB (Red+Green+Blue) = 177+45+176=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 45 (17.97% from 255 or 11.31% from 398); Blue value is 176 (69.14% from 255 or 44.22% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B12DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12DB0 is #4ED24F. Grayscale: #636363. Windows color (decimal): -5165648 or 11546033. OLE color: 11546033.

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

Color convert

RGB 177 45 176 -
CMYK 0 0.75 0.01 0.31
HSL 300.45º 0.59% 0.44% -
HSV(B) 300.45º 0.75% 0.69% -
XYZ 26.91 14.36 42.43 -
YUV 99.4 171.23 183.35 -
System Red Green Blue C M Y K H S L
Decimal 177 45 176 0 0.75 0.01 0.31 300.45 0.59 0.44
Hex B1 2D B0 0 4B 1 1F 12C 3B 2C
Octal 261 55 260 0 113 1 37 454 73 54
Binary 10110001 101101 10110000 0 1001011 1 11111 100101100 111011 101100

Color Harmonies of #B12DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12DB0

Black with #B12DB0

Text Example


Text Example

White with #B12DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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