Html Css Color HEX #B045BE Fuchsia

📋 copy color: '#B045BE'

red 176 ◦ green 69 ◦ blue 190

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

Shades of Fuchsia #B045BE

Tints of Fuchsia #B045BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 40.46%
G = 15.86%
B = 43.68%

CMYK

 C value IS 0.07

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B045BE (or 0xB045BE) is known color: Fuchsia. HEX triplet: B0, 45 and BE. RGB value is (176,69,190). Sum of RGB (Red+Green+Blue) = 176+69+190=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #B045BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045BE is #4FBA41. Grayscale: #727272. Windows color (decimal): -5225026 or 12469680. OLE color: 12469680.

HSL color Cylindrical-coordinate representation of color #B045BE: hue angle of 293.06º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B045BE is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 69 190 -
CMYK 0.07 0.64 0 0.25
HSL 293.06º 0.48% 0.51% -
HSV(B) 293.06º 0.64% 0.75% -
XYZ 29.33 17.2 50.49 -
YUV 114.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 176 69 190 0.07 0.64 0 0.25 293.06 0.48 0.51
Hex B0 45 BE 7 40 0 19 125 30 33
Octal 260 105 276 7 100 0 31 445 60 63
Binary 10110000 1000101 10111110 111 1000000 0 11001 100100101 110000 110011

Color Harmonies of #B045BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B045BE

Black with #B045BE

Text Example


Text Example

White with #B045BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B045BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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