Html Css Color HEX #BE5DB1 Fuchsia

📋 copy color: '#BE5DB1'

red 190 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #BE5DB1

Tints of Fuchsia #BE5DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.48%

R = 41.3%
G = 20.22%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE5DB1 (or 0xBE5DB1) is known color: Fuchsia. HEX triplet: BE, 5D and B1. RGB value is (190,93,177). Sum of RGB (Red+Green+Blue) = 190+93+177=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 177 (69.53% from 255 or 38.48% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5DB1 is #41A24E. Grayscale: #838383. Windows color (decimal): -4301391 or 11623870. OLE color: 11623870.

HSL color Cylindrical-coordinate representation of color #BE5DB1: hue angle of 308.04º 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 #BE5DB1 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 93 177 -
CMYK 0 0.51 0.07 0.25
HSL 308.04º 0.43% 0.55% -
HSV(B) 308.04º 0.51% 0.75% -
XYZ 33.09 21.95 44.09 -
YUV 131.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 190 93 177 0 0.51 0.07 0.25 308.04 0.43 0.55
Hex BE 5D B1 0 33 7 19 134 2B 37
Octal 276 135 261 0 63 7 31 464 53 67
Binary 10111110 1011101 10110001 0 110011 111 11001 100110100 101011 110111

Color Harmonies of #BE5DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DB1

Black with #BE5DB1

Text Example


Text Example

White with #BE5DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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