Html Css Color HEX #BE5DA8 Fuchsia

📋 copy color: '#BE5DA8'

red 190 ◦ green 93 ◦ blue 168

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

Shades of Fuchsia #BE5DA8

Tints of Fuchsia #BE5DA8

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

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

R = 42.13%
G = 20.62%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE5DA8 (or 0xBE5DA8) is known color: Fuchsia. HEX triplet: BE, 5D and A8. RGB value is (190,93,168). Sum of RGB (Red+Green+Blue) = 190+93+168=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DA8 is #41A257. Grayscale: #828282. Windows color (decimal): -4301400 or 11034046. OLE color: 11034046.

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

Color convert

RGB 190 93 168 -
CMYK 0 0.51 0.12 0.25
HSL 313.61º 0.43% 0.55% -
HSV(B) 313.61º 0.51% 0.75% -
XYZ 32.22 21.6 39.52 -
YUV 130.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 190 93 168 0 0.51 0.12 0.25 313.61 0.43 0.55
Hex BE 5D A8 0 33 C 19 13A 2B 37
Octal 276 135 250 0 63 14 31 472 53 67
Binary 10111110 1011101 10101000 0 110011 1100 11001 100111010 101011 110111

Color Harmonies of #BE5DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DA8

Black with #BE5DA8

Text Example


Text Example

White with #BE5DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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