Html Css Color HEX #BE2DB7 Fuchsia

📋 copy color: '#BE2DB7'

red 190 ◦ green 45 ◦ blue 183

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

Shades of Fuchsia #BE2DB7

Tints of Fuchsia #BE2DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.78%

R = 45.45%
G = 10.77%
B = 43.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BE2DB7 (or 0xBE2DB7) is known color: Fuchsia. HEX triplet: BE, 2D and B7. RGB value is (190,45,183). Sum of RGB (Red+Green+Blue) = 190+45+183=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE2DB7 is #41D248. Grayscale: #676767. Windows color (decimal): -4313673 or 12004798. OLE color: 12004798.

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

Color convert

RGB 190 45 183 -
CMYK 0 0.76 0.04 0.25
HSL 302.9º 0.62% 0.46% -
HSV(B) 302.9º 0.76% 0.75% -
XYZ 30.72 16.24 46.32 -
YUV 104.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 190 45 183 0 0.76 0.04 0.25 302.9 0.62 0.46
Hex BE 2D B7 0 4C 4 19 12F 3E 2E
Octal 276 55 267 0 114 4 31 457 76 56
Binary 10111110 101101 10110111 0 1001100 100 11001 100101111 111110 101110

Color Harmonies of #BE2DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2DB7

Black with #BE2DB7

Text Example


Text Example

White with #BE2DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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