Html Css Color HEX #BE52BA Fuchsia

📋 copy color: '#BE52BA'

red 190 ◦ green 82 ◦ blue 186

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

Shades of Fuchsia #BE52BA

Tints of Fuchsia #BE52BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.9%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 41.48%
G = 17.9%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE52BA (or 0xBE52BA) is known color: Fuchsia. HEX triplet: BE, 52 and BA. RGB value is (190,82,186). Sum of RGB (Red+Green+Blue) = 190+82+186=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52BA is #41AD45. Grayscale: #7D7D7D. Windows color (decimal): -4304198 or 12210878. OLE color: 12210878.

HSL color Cylindrical-coordinate representation of color #BE52BA: hue angle of 302.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE52BA is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 186 -
CMYK 0 0.57 0.02 0.25
HSL 302.22º 0.45% 0.53% -
HSV(B) 302.22º 0.57% 0.75% -
XYZ 33.12 20.53 48.67 -
YUV 126.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 190 82 186 0 0.57 0.02 0.25 302.22 0.45 0.53
Hex BE 52 BA 0 39 2 19 12E 2D 35
Octal 276 122 272 0 71 2 31 456 55 65
Binary 10111110 1010010 10111010 0 111001 10 11001 100101110 101101 110101

Color Harmonies of #BE52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52BA

Black with #BE52BA

Text Example


Text Example

White with #BE52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52BA; }

 p { color: rgb(190,82,186); }

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

background-color css

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

 a { background-color: rgb(190,82,186); }

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

border-color css

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

 span { border-color: rgb(190,82,186); }

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