Html Css Color HEX #BE50BC Fuchsia

📋 copy color: '#BE50BC'

red 190 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #BE50BC

Tints of Fuchsia #BE50BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.05%

R = 41.48%
G = 17.47%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE50BC (or 0xBE50BC) is known color: Fuchsia. HEX triplet: BE, 50 and BC. RGB value is (190,80,188). Sum of RGB (Red+Green+Blue) = 190+80+188=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 188 (73.83% from 255 or 41.05% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE50BC is #41AF43. Grayscale: #7C7C7C. Windows color (decimal): -4304708 or 12341438. OLE color: 12341438.

HSL color Cylindrical-coordinate representation of color #BE50BC: hue angle of 301.09º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE50BC is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 80 188 -
CMYK 0 0.58 0.01 0.25
HSL 301.09º 0.46% 0.53% -
HSV(B) 301.09º 0.58% 0.75% -
XYZ 33.18 20.32 49.75 -
YUV 125.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 190 80 188 0 0.58 0.01 0.25 301.09 0.46 0.53
Hex BE 50 BC 0 3A 1 19 12D 2E 35
Octal 276 120 274 0 72 1 31 455 56 65
Binary 10111110 1010000 10111100 0 111010 1 11001 100101101 101110 110101

Color Harmonies of #BE50BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50BC

Black with #BE50BC

Text Example


Text Example

White with #BE50BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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