Html Css Color HEX #B445B2 Fuchsia

📋 copy color: '#B445B2'

red 180 ◦ green 69 ◦ blue 178

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

Shades of Fuchsia #B445B2

Tints of Fuchsia #B445B2

RGB

 RED value IS 180 (70.7% from 255) = 42.15%

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 42.15%
G = 16.16%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B445B2 (or 0xB445B2) is known color: Fuchsia. HEX triplet: B4, 45 and B2. RGB value is (180,69,178). Sum of RGB (Red+Green+Blue) = 180+69+178=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B445B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B445B2 is #4BBA4D. Grayscale: #727272. Windows color (decimal): -4962894 or 11683252. OLE color: 11683252.

HSL color Cylindrical-coordinate representation of color #B445B2: hue angle of 301.08º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B445B2 is Cyan = 0, Magento = 0.62, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 69 178 -
CMYK 0 0.62 0.01 0.29
HSL 301.08º 0.45% 0.49% -
HSV(B) 301.08º 0.62% 0.71% -
XYZ 28.99 17.17 43.91 -
YUV 114.62 163.77 174.64 -
System Red Green Blue C M Y K H S L
Decimal 180 69 178 0 0.62 0.01 0.29 301.08 0.45 0.49
Hex B4 45 B2 0 3E 1 1D 12D 2D 31
Octal 264 105 262 0 76 1 35 455 55 61
Binary 10110100 1000101 10110010 0 111110 1 11101 100101101 101101 110001

Color Harmonies of #B445B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B445B2

Black with #B445B2

Text Example


Text Example

White with #B445B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B445B2; }

 p { color: rgb(180,69,178); }

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

background-color css

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

 a { background-color: rgb(180,69,178); }

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

border-color css

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

 span { border-color: rgb(180,69,178); }

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