Html Css Color HEX #BE2DB2 Fuchsia

📋 copy color: '#BE2DB2'

red 190 ◦ green 45 ◦ blue 178

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

Shades of Fuchsia #BE2DB2

Tints of Fuchsia #BE2DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.1%

R = 46%
G = 10.9%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE2DB2 (or 0xBE2DB2) is known color: Fuchsia. HEX triplet: BE, 2D and B2. RGB value is (190,45,178). Sum of RGB (Red+Green+Blue) = 190+45+178=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2DB2 is #41D24D. Grayscale: #676767. Windows color (decimal): -4313678 or 11677118. OLE color: 11677118.

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

Color convert

RGB 190 45 178 -
CMYK 0 0.76 0.06 0.25
HSL 304.97º 0.62% 0.46% -
HSV(B) 304.97º 0.76% 0.75% -
XYZ 30.21 16.04 43.62 -
YUV 103.52 170.04 189.69 -
System Red Green Blue C M Y K H S L
Decimal 190 45 178 0 0.76 0.06 0.25 304.97 0.62 0.46
Hex BE 2D B2 0 4C 6 19 131 3E 2E
Octal 276 55 262 0 114 6 31 461 76 56
Binary 10111110 101101 10110010 0 1001100 110 11001 100110001 111110 101110

Color Harmonies of #BE2DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DB2

Black with #BE2DB2

Text Example


Text Example

White with #BE2DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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