Html Css Color HEX #B237AA Fuchsia

📋 copy color: '#B237AA'

red 178 ◦ green 55 ◦ blue 170

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

Shades of Fuchsia #B237AA

Tints of Fuchsia #B237AA

RGB

 RED value IS 178 (69.92% from 255) = 44.17%

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 44.17%
G = 13.65%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B237AA (or 0xB237AA) is known color: Fuchsia. HEX triplet: B2, 37 and AA. RGB value is (178,55,170). Sum of RGB (Red+Green+Blue) = 178+55+170=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 55 (21.88% from 255 or 13.65% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B237AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B237AA is #4DC855. Grayscale: #686868. Windows color (decimal): -5097558 or 11155378. OLE color: 11155378.

HSL color Cylindrical-coordinate representation of color #B237AA: hue angle of 303.9º 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 #B237AA is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 170 -
CMYK 0 0.69 0.04 0.30
HSL 303.9º 0.53% 0.46% -
HSV(B) 303.9º 0.69% 0.7% -
XYZ 26.98 15.1 39.52 -
YUV 104.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 178 55 170 0 0.69 0.04 0.30 303.9 0.53 0.46
Hex B2 37 AA 0 45 4 1E 130 35 2E
Octal 262 67 252 0 105 4 36 460 65 56
Binary 10110010 110111 10101010 0 1000101 100 11110 100110000 110101 101110

Color Harmonies of #B237AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237AA

Black with #B237AA

Text Example


Text Example

White with #B237AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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