Html Css Color HEX #B446BB Fuchsia

📋 copy color: '#B446BB'

red 180 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #B446BB

Tints of Fuchsia #B446BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 41.19%
G = 16.02%
B = 42.79%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B446BB (or 0xB446BB) is known color: Fuchsia. HEX triplet: B4, 46 and BB. RGB value is (180,70,187). Sum of RGB (Red+Green+Blue) = 180+70+187=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #B446BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BB is #4BB944. Grayscale: #737373. Windows color (decimal): -4962629 or 12273332. OLE color: 12273332.

HSL color Cylindrical-coordinate representation of color #B446BB: hue angle of 296.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B446BB is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 70 187 -
CMYK 0.04 0.63 0 0.27
HSL 296.41º 0.46% 0.5% -
HSV(B) 296.41º 0.63% 0.73% -
XYZ 29.98 17.67 48.84 -
YUV 116.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 180 70 187 0.04 0.63 0 0.27 296.41 0.46 0.5
Hex B4 46 BB 4 3F 0 1B 128 2E 32
Octal 264 106 273 4 77 0 33 450 56 62
Binary 10110100 1000110 10111011 100 111111 0 11011 100101000 101110 110010

Color Harmonies of #B446BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446BB

Black with #B446BB

Text Example


Text Example

White with #B446BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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