Html Css Color HEX #B437B2 Fuchsia

📋 copy color: '#B437B2'

red 180 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #B437B2

Tints of Fuchsia #B437B2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.32%

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

R = 43.58%
G = 13.32%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B437B2 (or 0xB437B2) is known color: Fuchsia. HEX triplet: B4, 37 and B2. RGB value is (180,55,178). Sum of RGB (Red+Green+Blue) = 180+55+178=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B437B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B437B2 is #4BC84D. Grayscale: #6A6A6A. Windows color (decimal): -4966478 or 11679668. OLE color: 11679668.

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

Color convert

RGB 180 55 178 -
CMYK 0 0.69 0.01 0.29
HSL 300.96º 0.53% 0.46% -
HSV(B) 300.96º 0.69% 0.71% -
XYZ 28.22 15.65 43.65 -
YUV 106.4 168.41 180.5 -
System Red Green Blue C M Y K H S L
Decimal 180 55 178 0 0.69 0.01 0.29 300.96 0.53 0.46
Hex B4 37 B2 0 45 1 1D 12D 35 2E
Octal 264 67 262 0 105 1 35 455 65 56
Binary 10110100 110111 10110010 0 1000101 1 11101 100101101 110101 101110

Color Harmonies of #B437B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B437B2

Black with #B437B2

Text Example


Text Example

White with #B437B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B437B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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