Html Css Color HEX #BE46C0 Fuchsia

📋 copy color: '#BE46C0'

red 190 ◦ green 70 ◦ blue 192

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

Shades of Fuchsia #BE46C0

Tints of Fuchsia #BE46C0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.49%

 BLUE value IS 192 (75.39% from 255) = 42.48%

R = 42.04%
G = 15.49%
B = 42.48%

CMYK

 C value IS 0.01

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE46C0 (or 0xBE46C0) is known color: Fuchsia. HEX triplet: BE, 46 and C0. RGB value is (190,70,192). Sum of RGB (Red+Green+Blue) = 190+70+192=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 192 (75.39% from 255 or 42.48% from 452); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE46C0 is #41B93F. Grayscale: #777777. Windows color (decimal): -4307264 or 12601022. OLE color: 12601022.

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

Color convert

RGB 190 70 192 -
CMYK 0.01 0.64 0 0.25
HSL 299.02º 0.49% 0.51% -
HSV(B) 299.02º 0.64% 0.75% -
XYZ 32.94 19.13 51.83 -
YUV 119.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 190 70 192 0.01 0.64 0 0.25 299.02 0.49 0.51
Hex BE 46 C0 1 40 0 19 12B 31 33
Octal 276 106 300 1 100 0 31 453 61 63
Binary 10111110 1000110 11000000 1 1000000 0 11001 100101011 110001 110011

Color Harmonies of #BE46C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46C0

Black with #BE46C0

Text Example


Text Example

White with #BE46C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46C0; }

 p { color: rgb(190,70,192); }

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

background-color css

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

 a { background-color: rgb(190,70,192); }

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

border-color css

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

 span { border-color: rgb(190,70,192); }

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