Html Css Color HEX #BE2DBE Fuchsia

📋 copy color: '#BE2DBE'

red 190 ◦ green 45 ◦ blue 190

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

Shades of Fuchsia #BE2DBE

Tints of Fuchsia #BE2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.71%

R = 44.71%
G = 10.59%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE2DBE (or 0xBE2DBE) is known color: Fuchsia. HEX triplet: BE, 2D and BE. RGB value is (190,45,190). Sum of RGB (Red+Green+Blue) = 190+45+190=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE2DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DBE is #41D241. Grayscale: #686868. Windows color (decimal): -4313666 or 12463550. OLE color: 12463550.

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

Color convert

RGB 190 45 190 -
CMYK 0 0.76 0 0.25
HSL 300º 0.62% 0.46% -
HSV(B) 300º 0.76% 0.75% -
XYZ 31.47 16.54 50.25 -
YUV 104.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 190 45 190 0 0.76 0 0.25 300 0.62 0.46
Hex BE 2D BE 0 4C 0 19 12C 3E 2E
Octal 276 55 276 0 114 0 31 454 76 56
Binary 10111110 101101 10111110 0 1001100 0 11001 100101100 111110 101110

Color Harmonies of #BE2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DBE

Black with #BE2DBE

Text Example


Text Example

White with #BE2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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