Html Css Color HEX #BE58BA Fuchsia

📋 copy color: '#BE58BA'

red 190 ◦ green 88 ◦ blue 186

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

Shades of Fuchsia #BE58BA

Tints of Fuchsia #BE58BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.97%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 40.95%
G = 18.97%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE58BA (or 0xBE58BA) is known color: Fuchsia. HEX triplet: BE, 58 and BA. RGB value is (190,88,186). Sum of RGB (Red+Green+Blue) = 190+88+186=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 88 (34.77% from 255 or 18.97% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE58BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE58BA is #41A745. Grayscale: #818181. Windows color (decimal): -4302662 or 12212414. OLE color: 12212414.

HSL color Cylindrical-coordinate representation of color #BE58BA: hue angle of 302.35º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE58BA is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 88 186 -
CMYK 0 0.54 0.02 0.25
HSL 302.35º 0.44% 0.55% -
HSV(B) 302.35º 0.54% 0.75% -
XYZ 33.59 21.47 48.83 -
YUV 129.67 159.79 171.03 -
System Red Green Blue C M Y K H S L
Decimal 190 88 186 0 0.54 0.02 0.25 302.35 0.44 0.55
Hex BE 58 BA 0 36 2 19 12E 2C 37
Octal 276 130 272 0 66 2 31 456 54 67
Binary 10111110 1011000 10111010 0 110110 10 11001 100101110 101100 110111

Color Harmonies of #BE58BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE58BA

Black with #BE58BA

Text Example


Text Example

White with #BE58BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE58BA; }

 p { color: rgb(190,88,186); }

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

background-color css

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

 a { background-color: rgb(190,88,186); }

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

border-color css

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

 span { border-color: rgb(190,88,186); }

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