Html Css Color HEX #BE55C5 Fuchsia

📋 copy color: '#BE55C5'

red 190 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #BE55C5

Tints of Fuchsia #BE55C5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.01%

 BLUE value IS 197 (77.34% from 255) = 41.74%

R = 40.25%
G = 18.01%
B = 41.74%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE55C5 (or 0xBE55C5) is known color: Fuchsia. HEX triplet: BE, 55 and C5. RGB value is (190,85,197). Sum of RGB (Red+Green+Blue) = 190+85+197=472 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.25% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 197 (77.34% from 255 or 41.74% from 472); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE55C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE55C5 is #41AA3A. Grayscale: #808080. Windows color (decimal): -4303419 or 12932542. OLE color: 12932542.

HSL color Cylindrical-coordinate representation of color #BE55C5: hue angle of 296.25º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE55C5 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 85 197 -
CMYK 0.04 0.57 0 0.23
HSL 296.25º 0.49% 0.55% -
HSV(B) 296.25º 0.57% 0.77% -
XYZ 34.56 21.48 55.15 -
YUV 129.16 166.29 171.39 -
System Red Green Blue C M Y K H S L
Decimal 190 85 197 0.04 0.57 0 0.23 296.25 0.49 0.55
Hex BE 55 C5 4 39 0 17 128 31 37
Octal 276 125 305 4 71 0 27 450 61 67
Binary 10111110 1010101 11000101 100 111001 0 10111 100101000 110001 110111

Color Harmonies of #BE55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55C5

Black with #BE55C5

Text Example


Text Example

White with #BE55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55C5; }

 p { color: rgb(190,85,197); }

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

background-color css

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

 a { background-color: rgb(190,85,197); }

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

border-color css

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

 span { border-color: rgb(190,85,197); }

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