Html Css Color HEX #B446B2 Fuchsia

📋 copy color: '#B446B2'

red 180 ◦ green 70 ◦ blue 178

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

Shades of Fuchsia #B446B2

Tints of Fuchsia #B446B2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.36%

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

R = 42.06%
G = 16.36%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B446B2 (or 0xB446B2) is known color: Fuchsia. HEX triplet: B4, 46 and B2. RGB value is (180,70,178). Sum of RGB (Red+Green+Blue) = 180+70+178=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 180 - color contains mainly: red. Hex color #B446B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B446B2 is #4BB94D. Grayscale: #727272. Windows color (decimal): -4962638 or 11683508. OLE color: 11683508.

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

Color convert

RGB 180 70 178 -
CMYK 0 0.61 0.01 0.29
HSL 301.09º 0.44% 0.49% -
HSV(B) 301.09º 0.61% 0.71% -
XYZ 29.05 17.3 43.93 -
YUV 115.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 180 70 178 0 0.61 0.01 0.29 301.09 0.44 0.49
Hex B4 46 B2 0 3D 1 1D 12D 2C 31
Octal 264 106 262 0 75 1 35 455 54 61
Binary 10110100 1000110 10110010 0 111101 1 11101 100101101 101100 110001

Color Harmonies of #B446B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446B2

Black with #B446B2

Text Example


Text Example

White with #B446B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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