Html Css Color HEX #B237AF Fuchsia

📋 copy color: '#B237AF'

red 178 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #B237AF

Tints of Fuchsia #B237AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 43.63%
G = 13.48%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B237AF (or 0xB237AF) is known color: Fuchsia. HEX triplet: B2, 37 and AF. RGB value is (178,55,175). Sum of RGB (Red+Green+Blue) = 178+55+175=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B237AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B237AF is #4DC850. Grayscale: #696969. Windows color (decimal): -5097553 or 11483058. OLE color: 11483058.

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

Color convert

RGB 178 55 175 -
CMYK 0 0.69 0.02 0.30
HSL 301.46º 0.53% 0.46% -
HSV(B) 301.46º 0.69% 0.7% -
XYZ 27.46 15.29 42.06 -
YUV 105.46 167.25 179.74 -
System Red Green Blue C M Y K H S L
Decimal 178 55 175 0 0.69 0.02 0.30 301.46 0.53 0.46
Hex B2 37 AF 0 45 2 1E 12D 35 2E
Octal 262 67 257 0 105 2 36 455 65 56
Binary 10110010 110111 10101111 0 1000101 10 11110 100101101 110101 101110

Color Harmonies of #B237AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B237AF

Black with #B237AF

Text Example


Text Example

White with #B237AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B237AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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