Html Css Color HEX #BE2DB5 Fuchsia

📋 copy color: '#BE2DB5'

red 190 ◦ green 45 ◦ blue 181

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

Shades of Fuchsia #BE2DB5

Tints of Fuchsia #BE2DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.82%

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

R = 45.67%
G = 10.82%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BE2DB5 (or 0xBE2DB5) is known color: Fuchsia. HEX triplet: BE, 2D and B5. RGB value is (190,45,181). Sum of RGB (Red+Green+Blue) = 190+45+181=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DB5 is #41D24A. Grayscale: #676767. Windows color (decimal): -4313675 or 11873726. OLE color: 11873726.

HSL color Cylindrical-coordinate representation of color #BE2DB5: hue angle of 303.72º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2DB5 is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 181 -
CMYK 0 0.76 0.05 0.25
HSL 303.72º 0.62% 0.46% -
HSV(B) 303.72º 0.76% 0.75% -
XYZ 30.51 16.16 45.23 -
YUV 103.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 190 45 181 0 0.76 0.05 0.25 303.72 0.62 0.46
Hex BE 2D B5 0 4C 5 19 130 3E 2E
Octal 276 55 265 0 114 5 31 460 76 56
Binary 10111110 101101 10110101 0 1001100 101 11001 100110000 111110 101110

Color Harmonies of #BE2DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DB5

Black with #BE2DB5

Text Example


Text Example

White with #BE2DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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