Html Css Color HEX #BE50C8 Fuchsia

📋 copy color: '#BE50C8'

red 190 ◦ green 80 ◦ blue 200

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

Shades of Fuchsia #BE50C8

Tints of Fuchsia #BE50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 40.43%
G = 17.02%
B = 42.55%

CMYK

 C value IS 0.05

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BE50C8 (or 0xBE50C8) is known color: Fuchsia. HEX triplet: BE, 50 and C8. RGB value is (190,80,200). Sum of RGB (Red+Green+Blue) = 190+80+200=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #BE50C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50C8 is #41AF37. Grayscale: #7E7E7E. Windows color (decimal): -4304696 or 13127870. OLE color: 13127870.

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

Color convert

RGB 190 80 200 -
CMYK 0.05 0.6 0 0.22
HSL 295º 0.52% 0.55% -
HSV(B) 295º 0.6% 0.78% -
XYZ 34.53 20.85 56.85 -
YUV 126.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 190 80 200 0.05 0.6 0 0.22 295 0.52 0.55
Hex BE 50 C8 5 3C 0 16 127 34 37
Octal 276 120 310 5 74 0 26 447 64 67
Binary 10111110 1010000 11001000 101 111100 0 10110 100100111 110100 110111

Color Harmonies of #BE50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50C8

Black with #BE50C8

Text Example


Text Example

White with #BE50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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