Html Css Color HEX #BE37AF Fuchsia

📋 copy color: '#BE37AF'

red 190 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #BE37AF

Tints of Fuchsia #BE37AF

RGB

 RED value IS 190 (74.61% from 255) = 45.24%

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

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

R = 45.24%
G = 13.1%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE37AF (or 0xBE37AF) is known color: Fuchsia. HEX triplet: BE, 37 and AF. RGB value is (190,55,175). Sum of RGB (Red+Green+Blue) = 190+55+175=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE37AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE37AF is #41C850. Grayscale: #6C6C6C. Windows color (decimal): -4311121 or 11483070. OLE color: 11483070.

HSL color Cylindrical-coordinate representation of color #BE37AF: hue angle of 306.67º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE37AF is Cyan = 0, Magento = 0.71, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 175 -
CMYK 0 0.71 0.08 0.25
HSL 306.67º 0.55% 0.48% -
HSV(B) 306.67º 0.71% 0.75% -
XYZ 30.34 16.77 42.2 -
YUV 109.05 165.23 185.74 -
System Red Green Blue C M Y K H S L
Decimal 190 55 175 0 0.71 0.08 0.25 306.67 0.55 0.48
Hex BE 37 AF 0 47 8 19 133 37 30
Octal 276 67 257 0 107 10 31 463 67 60
Binary 10111110 110111 10101111 0 1000111 1000 11001 100110011 110111 110000

Color Harmonies of #BE37AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37AF

Black with #BE37AF

Text Example


Text Example

White with #BE37AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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