Html Css Color HEX #BE53C7 Fuchsia

📋 copy color: '#BE53C7'

red 190 ◦ green 83 ◦ blue 199

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

Shades of Fuchsia #BE53C7

Tints of Fuchsia #BE53C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 40.25%
G = 17.58%
B = 42.16%

CMYK

 C value IS 0.05

 M value IS 0.58

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE53C7 (or 0xBE53C7) is known color: Fuchsia. HEX triplet: BE, 53 and C7. RGB value is (190,83,199). Sum of RGB (Red+Green+Blue) = 190+83+199=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE53C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53C7 is #41AC38. Grayscale: #7F7F7F. Windows color (decimal): -4303929 or 13063102. OLE color: 13063102.

HSL color Cylindrical-coordinate representation of color #BE53C7: hue angle of 295.34º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE53C7 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 83 199 -
CMYK 0.05 0.58 0 0.22
HSL 295.34º 0.51% 0.55% -
HSV(B) 295.34º 0.58% 0.78% -
XYZ 34.64 21.26 56.31 -
YUV 128.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 190 83 199 0.05 0.58 0 0.22 295.34 0.51 0.55
Hex BE 53 C7 5 3A 0 16 127 33 37
Octal 276 123 307 5 72 0 26 447 63 67
Binary 10111110 1010011 11000111 101 111010 0 10110 100100111 110011 110111

Color Harmonies of #BE53C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53C7

Black with #BE53C7

Text Example


Text Example

White with #BE53C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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