Html Css Color HEX #BE53BA Fuchsia

📋 copy color: '#BE53BA'

red 190 ◦ green 83 ◦ blue 186

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

Shades of Fuchsia #BE53BA

Tints of Fuchsia #BE53BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.08%

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

R = 41.39%
G = 18.08%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE53BA (or 0xBE53BA) is known color: Fuchsia. HEX triplet: BE, 53 and BA. RGB value is (190,83,186). Sum of RGB (Red+Green+Blue) = 190+83+186=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53BA is #41AC45. Grayscale: #7E7E7E. Windows color (decimal): -4303942 or 12211134. OLE color: 12211134.

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

Color convert

RGB 190 83 186 -
CMYK 0 0.56 0.02 0.25
HSL 302.24º 0.45% 0.54% -
HSV(B) 302.24º 0.56% 0.75% -
XYZ 33.19 20.68 48.7 -
YUV 126.74 161.45 173.12 -
System Red Green Blue C M Y K H S L
Decimal 190 83 186 0 0.56 0.02 0.25 302.24 0.45 0.54
Hex BE 53 BA 0 38 2 19 12E 2D 36
Octal 276 123 272 0 70 2 31 456 55 66
Binary 10111110 1010011 10111010 0 111000 10 11001 100101110 101101 110110

Color Harmonies of #BE53BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53BA

Black with #BE53BA

Text Example


Text Example

White with #BE53BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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