Html Css Color HEX #B12CB0 Fuchsia

📋 copy color: '#B12CB0'

red 177 ◦ green 44 ◦ blue 176

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

Shades of Fuchsia #B12CB0

Tints of Fuchsia #B12CB0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.08%

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

R = 44.58%
G = 11.08%
B = 44.33%

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

#B12CB0 (or 0xB12CB0) is known color: Fuchsia. HEX triplet: B1, 2C and B0. RGB value is (177,44,176). Sum of RGB (Red+Green+Blue) = 177+44+176=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B12CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12CB0 is #4ED34F. Grayscale: #626262. Windows color (decimal): -5165904 or 11545777. OLE color: 11545777.

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

Color convert

RGB 177 44 176 -
CMYK 0 0.75 0.01 0.31
HSL 300.45º 0.6% 0.43% -
HSV(B) 300.45º 0.75% 0.69% -
XYZ 26.87 14.28 42.42 -
YUV 98.82 171.56 183.77 -
System Red Green Blue C M Y K H S L
Decimal 177 44 176 0 0.75 0.01 0.31 300.45 0.6 0.43
Hex B1 2C B0 0 4B 1 1F 12C 3C 2B
Octal 261 54 260 0 113 1 37 454 74 53
Binary 10110001 101100 10110000 0 1001011 1 11111 100101100 111100 101011

Color Harmonies of #B12CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12CB0

Black with #B12CB0

Text Example


Text Example

White with #B12CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12CB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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