Html Css Color HEX #BE53CA Fuchsia

📋 copy color: '#BE53CA'

red 190 ◦ green 83 ◦ blue 202

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

Shades of Fuchsia #BE53CA

Tints of Fuchsia #BE53CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.53%

R = 40%
G = 17.47%
B = 42.53%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE53CA (or 0xBE53CA) is known color: Fuchsia. HEX triplet: BE, 53 and CA. RGB value is (190,83,202). Sum of RGB (Red+Green+Blue) = 190+83+202=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE53CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE53CA is #41AC35. Grayscale: #808080. Windows color (decimal): -4303926 or 13259710. OLE color: 13259710.

HSL color Cylindrical-coordinate representation of color #BE53CA: hue angle of 293.95º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE53CA is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 83 202 -
CMYK 0.06 0.59 0 0.21
HSL 293.95º 0.53% 0.56% -
HSV(B) 293.95º 0.59% 0.79% -
XYZ 34.99 21.4 58.16 -
YUV 128.56 169.45 171.82 -
System Red Green Blue C M Y K H S L
Decimal 190 83 202 0.06 0.59 0 0.21 293.95 0.53 0.56
Hex BE 53 CA 6 3B 0 15 126 35 38
Octal 276 123 312 6 73 0 25 446 65 70
Binary 10111110 1010011 11001010 110 111011 0 10101 100100110 110101 111000

Color Harmonies of #BE53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53CA

Black with #BE53CA

Text Example


Text Example

White with #BE53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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