Html Css Color HEX #B446BD Fuchsia

📋 copy color: '#B446BD'

red 180 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #B446BD

Tints of Fuchsia #B446BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.05%

R = 41%
G = 15.95%
B = 43.05%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B446BD (or 0xB446BD) is known color: Fuchsia. HEX triplet: B4, 46 and BD. RGB value is (180,70,189). Sum of RGB (Red+Green+Blue) = 180+70+189=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #B446BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B446BD is #4BB942. Grayscale: #747474. Windows color (decimal): -4962627 or 12404404. OLE color: 12404404.

HSL color Cylindrical-coordinate representation of color #B446BD: hue angle of 295.46º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B446BD is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 70 189 -
CMYK 0.05 0.63 0 0.26
HSL 295.46º 0.47% 0.51% -
HSV(B) 295.46º 0.63% 0.74% -
XYZ 30.2 17.76 49.98 -
YUV 116.46 168.94 173.32 -
System Red Green Blue C M Y K H S L
Decimal 180 70 189 0.05 0.63 0 0.26 295.46 0.47 0.51
Hex B4 46 BD 5 3F 0 1A 127 2F 33
Octal 264 106 275 5 77 0 32 447 57 63
Binary 10110100 1000110 10111101 101 111111 0 11010 100100111 101111 110011

Color Harmonies of #B446BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B446BD

Black with #B446BD

Text Example


Text Example

White with #B446BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B446BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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