Html Css Color HEX #BE45C5 Fuchsia

📋 copy color: '#BE45C5'

red 190 ◦ green 69 ◦ blue 197

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

Shades of Fuchsia #BE45C5

Tints of Fuchsia #BE45C5

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.13%

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

R = 41.67%
G = 15.13%
B = 43.2%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE45C5 (or 0xBE45C5) is known color: Fuchsia. HEX triplet: BE, 45 and C5. RGB value is (190,69,197). Sum of RGB (Red+Green+Blue) = 190+69+197=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE45C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE45C5 is #41BA3A. Grayscale: #777777. Windows color (decimal): -4307515 or 12928446. OLE color: 12928446.

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

Color convert

RGB 190 69 197 -
CMYK 0.04 0.65 0 0.23
HSL 296.72º 0.52% 0.52% -
HSV(B) 296.72º 0.65% 0.77% -
XYZ 33.44 19.23 54.77 -
YUV 119.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 190 69 197 0.04 0.65 0 0.23 296.72 0.52 0.52
Hex BE 45 C5 4 41 0 17 129 34 34
Octal 276 105 305 4 101 0 27 451 64 64
Binary 10111110 1000101 11000101 100 1000001 0 10111 100101001 110100 110100

Color Harmonies of #BE45C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE45C5

Black with #BE45C5

Text Example


Text Example

White with #BE45C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE45C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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