Html Css Color HEX #B037B2 Fuchsia

📋 copy color: '#B037B2'

red 176 ◦ green 55 ◦ blue 178

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

Shades of Fuchsia #B037B2

Tints of Fuchsia #B037B2

RGB

 RED value IS 176 (69.14% from 255) = 43.03%

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

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

R = 43.03%
G = 13.45%
B = 43.52%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B037B2 (or 0xB037B2) is known color: Fuchsia. HEX triplet: B0, 37 and B2. RGB value is (176,55,178). Sum of RGB (Red+Green+Blue) = 176+55+178=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 178 - color contains mainly: blue. Hex color #B037B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B037B2 is #4FC84D. Grayscale: #686868. Windows color (decimal): -5228622 or 11679664. OLE color: 11679664.

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

Color convert

RGB 176 55 178 -
CMYK 0.01 0.69 0 0.30
HSL 299.02º 0.53% 0.46% -
HSV(B) 299.02º 0.69% 0.7% -
XYZ 27.31 15.18 43.61 -
YUV 105.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 176 55 178 0.01 0.69 0 0.30 299.02 0.53 0.46
Hex B0 37 B2 1 45 0 1E 12B 35 2E
Octal 260 67 262 1 105 0 36 453 65 56
Binary 10110000 110111 10110010 1 1000101 0 11110 100101011 110101 101110

Color Harmonies of #B037B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037B2

Black with #B037B2

Text Example


Text Example

White with #B037B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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