Html Css Color HEX #B446B4 Fuchsia

📋 copy color: '#B446B4'

red 180 ◦ green 70 ◦ blue 180

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

Shades of Fuchsia #B446B4

Tints of Fuchsia #B446B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.86%

R = 41.86%
G = 16.28%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B446B4 (or 0xB446B4) is known color: Fuchsia. HEX triplet: B4, 46 and B4. RGB value is (180,70,180). Sum of RGB (Red+Green+Blue) = 180+70+180=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: red, blue. Hex color #B446B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446B4 is #4BB94B. Grayscale: #737373. Windows color (decimal): -4962636 or 11814580. OLE color: 11814580.

HSL color Cylindrical-coordinate representation of color #B446B4: hue angle of 300º 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 #B446B4 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 70 180 -
CMYK 0 0.61 0 0.29
HSL 300º 0.44% 0.49% -
HSV(B) 300º 0.61% 0.71% -
XYZ 29.25 17.38 44.99 -
YUV 115.43 164.44 174.06 -
System Red Green Blue C M Y K H S L
Decimal 180 70 180 0 0.61 0 0.29 300 0.44 0.49
Hex B4 46 B4 0 3D 0 1D 12C 2C 31
Octal 264 106 264 0 75 0 35 454 54 61
Binary 10110100 1000110 10110100 0 111101 0 11101 100101100 101100 110001

Color Harmonies of #B446B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446B4

Black with #B446B4

Text Example


Text Example

White with #B446B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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