Html Css Color HEX #B045C1 Fuchsia

📋 copy color: '#B045C1'

red 176 ◦ green 69 ◦ blue 193

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

Shades of Fuchsia #B045C1

Tints of Fuchsia #B045C1

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.75%

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 40.18%
G = 15.75%
B = 44.06%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B045C1 (or 0xB045C1) is known color: Fuchsia. HEX triplet: B0, 45 and C1. RGB value is (176,69,193). Sum of RGB (Red+Green+Blue) = 176+69+193=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #B045C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045C1 is #4FBA3E. Grayscale: #727272. Windows color (decimal): -5225023 or 12666288. OLE color: 12666288.

HSL color Cylindrical-coordinate representation of color #B045C1: hue angle of 291.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B045C1 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 69 193 -
CMYK 0.09 0.64 0 0.24
HSL 291.77º 0.5% 0.51% -
HSV(B) 291.77º 0.64% 0.76% -
XYZ 29.66 17.34 52.24 -
YUV 115.13 171.95 171.42 -
System Red Green Blue C M Y K H S L
Decimal 176 69 193 0.09 0.64 0 0.24 291.77 0.5 0.51
Hex B0 45 C1 9 40 0 18 124 32 33
Octal 260 105 301 11 100 0 30 444 62 63
Binary 10110000 1000101 11000001 1001 1000000 0 11000 100100100 110010 110011

Color Harmonies of #B045C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045C1

Black with #B045C1

Text Example


Text Example

White with #B045C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045C1; }

 p { color: rgb(176,69,193); }

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

background-color css

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

 a { background-color: rgb(176,69,193); }

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

border-color css

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

 span { border-color: rgb(176,69,193); }

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