Html Css Color HEX #BE5DB5 Fuchsia

📋 copy color: '#BE5DB5'

red 190 ◦ green 93 ◦ blue 181

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

Shades of Fuchsia #BE5DB5

Tints of Fuchsia #BE5DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.01%

R = 40.95%
G = 20.04%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE5DB5 (or 0xBE5DB5) is known color: Fuchsia. HEX triplet: BE, 5D and B5. RGB value is (190,93,181). Sum of RGB (Red+Green+Blue) = 190+93+181=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE5DB5 is #41A24A. Grayscale: #838383. Windows color (decimal): -4301387 or 11886014. OLE color: 11886014.

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

Color convert

RGB 190 93 181 -
CMYK 0 0.51 0.05 0.25
HSL 305.57º 0.43% 0.55% -
HSV(B) 305.57º 0.51% 0.75% -
XYZ 33.49 22.11 46.22 -
YUV 132.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 190 93 181 0 0.51 0.05 0.25 305.57 0.43 0.55
Hex BE 5D B5 0 33 5 19 132 2B 37
Octal 276 135 265 0 63 5 31 462 53 67
Binary 10111110 1011101 10110101 0 110011 101 11001 100110010 101011 110111

Color Harmonies of #BE5DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5DB5

Black with #BE5DB5

Text Example


Text Example

White with #BE5DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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