Html Css Color HEX #BE5BA8 Fuchsia

📋 copy color: '#BE5BA8'

red 190 ◦ green 91 ◦ blue 168

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

Shades of Fuchsia #BE5BA8

Tints of Fuchsia #BE5BA8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.27%

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 42.32%
G = 20.27%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE5BA8 (or 0xBE5BA8) is known color: Fuchsia. HEX triplet: BE, 5B and A8. RGB value is (190,91,168). Sum of RGB (Red+Green+Blue) = 190+91+168=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 91 (35.94% from 255 or 20.27% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BA8 is #41A457. Grayscale: #818181. Windows color (decimal): -4301912 or 11033534. OLE color: 11033534.

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

Color convert

RGB 190 91 168 -
CMYK 0 0.52 0.12 0.25
HSL 313.33º 0.43% 0.55% -
HSV(B) 313.33º 0.52% 0.75% -
XYZ 32.04 21.26 39.46 -
YUV 129.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 190 91 168 0 0.52 0.12 0.25 313.33 0.43 0.55
Hex BE 5B A8 0 34 C 19 139 2B 37
Octal 276 133 250 0 64 14 31 471 53 67
Binary 10111110 1011011 10101000 0 110100 1100 11001 100111001 101011 110111

Color Harmonies of #BE5BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BA8

Black with #BE5BA8

Text Example


Text Example

White with #BE5BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BA8; }

 p { color: rgb(190,91,168); }

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

background-color css

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

 a { background-color: rgb(190,91,168); }

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

border-color css

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

 span { border-color: rgb(190,91,168); }

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