Html Css Color HEX #BE31B0 Fuchsia

📋 copy color: '#BE31B0'

red 190 ◦ green 49 ◦ blue 176

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

Shades of Fuchsia #BE31B0

Tints of Fuchsia #BE31B0

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.81%

 BLUE value IS 176 (69.14% from 255) = 42.41%

R = 45.78%
G = 11.81%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BE31B0 (or 0xBE31B0) is known color: Fuchsia. HEX triplet: BE, 31 and B0. RGB value is (190,49,176). Sum of RGB (Red+Green+Blue) = 190+49+176=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 49 (19.53% from 255 or 11.81% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE31B0 is #41CE4F. Grayscale: #696969. Windows color (decimal): -4312656 or 11547070. OLE color: 11547070.

HSL color Cylindrical-coordinate representation of color #BE31B0: hue angle of 305.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE31B0 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 176 -
CMYK 0 0.74 0.07 0.25
HSL 305.96º 0.59% 0.47% -
HSV(B) 305.96º 0.74% 0.75% -
XYZ 30.17 16.28 42.63 -
YUV 105.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 190 49 176 0 0.74 0.07 0.25 305.96 0.59 0.47
Hex BE 31 B0 0 4A 7 19 132 3B 2F
Octal 276 61 260 0 112 7 31 462 73 57
Binary 10111110 110001 10110000 0 1001010 111 11001 100110010 111011 101111

Color Harmonies of #BE31B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31B0

Black with #BE31B0

Text Example


Text Example

White with #BE31B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31B0; }

 p { color: rgb(190,49,176); }

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

background-color css

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

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

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

border-color css

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

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

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