Html Css Color HEX #BE5DB9 Fuchsia

📋 copy color: '#BE5DB9'

red 190 ◦ green 93 ◦ blue 185

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

Shades of Fuchsia #BE5DB9

Tints of Fuchsia #BE5DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.53%

R = 40.6%
G = 19.87%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE5DB9 (or 0xBE5DB9) is known color: Fuchsia. HEX triplet: BE, 5D and B9. RGB value is (190,93,185). Sum of RGB (Red+Green+Blue) = 190+93+185=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DB9 is #41A246. Grayscale: #848484. Windows color (decimal): -4301383 or 12148158. OLE color: 12148158.

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

Color convert

RGB 190 93 185 -
CMYK 0 0.51 0.03 0.25
HSL 303.09º 0.43% 0.55% -
HSV(B) 303.09º 0.51% 0.75% -
XYZ 33.91 22.28 48.41 -
YUV 132.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 190 93 185 0 0.51 0.03 0.25 303.09 0.43 0.55
Hex BE 5D B9 0 33 3 19 12F 2B 37
Octal 276 135 271 0 63 3 31 457 53 67
Binary 10111110 1011101 10111001 0 110011 11 11001 100101111 101011 110111

Color Harmonies of #BE5DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DB9

Black with #BE5DB9

Text Example


Text Example

White with #BE5DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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