Html Css Color HEX #BE46CA Fuchsia

📋 copy color: '#BE46CA'

red 190 ◦ green 70 ◦ blue 202

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

Shades of Fuchsia #BE46CA

Tints of Fuchsia #BE46CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

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

R = 41.13%
G = 15.15%
B = 43.72%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE46CA (or 0xBE46CA) is known color: Fuchsia. HEX triplet: BE, 46 and CA. RGB value is (190,70,202). Sum of RGB (Red+Green+Blue) = 190+70+202=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46CA is #41B935. Grayscale: #787878. Windows color (decimal): -4307254 or 13256382. OLE color: 13256382.

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

Color convert

RGB 190 70 202 -
CMYK 0.06 0.65 0 0.21
HSL 294.55º 0.55% 0.53% -
HSV(B) 294.55º 0.65% 0.79% -
XYZ 34.09 19.59 57.86 -
YUV 120.93 173.76 177.27 -
System Red Green Blue C M Y K H S L
Decimal 190 70 202 0.06 0.65 0 0.21 294.55 0.55 0.53
Hex BE 46 CA 6 41 0 15 127 37 35
Octal 276 106 312 6 101 0 25 447 67 65
Binary 10111110 1000110 11001010 110 1000001 0 10101 100100111 110111 110101

Color Harmonies of #BE46CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46CA

Black with #BE46CA

Text Example


Text Example

White with #BE46CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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