Html Css Color HEX #BE47CA Fuchsia

📋 copy color: '#BE47CA'

red 190 ◦ green 71 ◦ blue 202

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

Shades of Fuchsia #BE47CA

Tints of Fuchsia #BE47CA

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

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

R = 41.04%
G = 15.33%
B = 43.63%

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

#BE47CA (or 0xBE47CA) is known color: Fuchsia. HEX triplet: BE, 47 and CA. RGB value is (190,71,202). Sum of RGB (Red+Green+Blue) = 190+71+202=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE47CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE47CA is #41B835. Grayscale: #797979. Windows color (decimal): -4306998 or 13256638. OLE color: 13256638.

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

Color convert

RGB 190 71 202 -
CMYK 0.06 0.65 0 0.21
HSL 294.5º 0.55% 0.54% -
HSV(B) 294.5º 0.65% 0.79% -
XYZ 34.15 19.72 57.88 -
YUV 121.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 190 71 202 0.06 0.65 0 0.21 294.5 0.55 0.54
Hex BE 47 CA 6 41 0 15 127 37 36
Octal 276 107 312 6 101 0 25 447 67 66
Binary 10111110 1000111 11001010 110 1000001 0 10101 100100111 110111 110110

Color Harmonies of #BE47CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE47CA

Black with #BE47CA

Text Example


Text Example

White with #BE47CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE47CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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