Html Css Color HEX #BE50CA Fuchsia

📋 copy color: '#BE50CA'

red 190 ◦ green 80 ◦ blue 202

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

Shades of Fuchsia #BE50CA

Tints of Fuchsia #BE50CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 40.25%
G = 16.95%
B = 42.8%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE50CA (or 0xBE50CA) is known color: Fuchsia. HEX triplet: BE, 50 and CA. RGB value is (190,80,202). Sum of RGB (Red+Green+Blue) = 190+80+202=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE50CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50CA is #41AF35. Grayscale: #7E7E7E. Windows color (decimal): -4304694 or 13258942. OLE color: 13258942.

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

Color convert

RGB 190 80 202 -
CMYK 0.06 0.60 0 0.21
HSL 294.1º 0.54% 0.55% -
HSV(B) 294.1º 0.6% 0.79% -
XYZ 34.76 20.95 58.09 -
YUV 126.8 170.44 173.08 -
System Red Green Blue C M Y K H S L
Decimal 190 80 202 0.06 0.60 0 0.21 294.1 0.54 0.55
Hex BE 50 CA 6 3C 0 15 126 36 37
Octal 276 120 312 6 74 0 25 446 66 67
Binary 10111110 1010000 11001010 110 111100 0 10101 100100110 110110 110111

Color Harmonies of #BE50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50CA

Black with #BE50CA

Text Example


Text Example

White with #BE50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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