Html Css Color HEX #BE31AB Fuchsia

📋 copy color: '#BE31AB'

red 190 ◦ green 49 ◦ blue 171

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

Shades of Fuchsia #BE31AB

Tints of Fuchsia #BE31AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 46.34%
G = 11.95%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE31AB (or 0xBE31AB) is known color: Fuchsia. HEX triplet: BE, 31 and AB. RGB value is (190,49,171). Sum of RGB (Red+Green+Blue) = 190+49+171=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 49 (19.53% from 255 or 11.95% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE31AB is #41CE54. Grayscale: #686868. Windows color (decimal): -4312661 or 11219390. OLE color: 11219390.

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

Color convert

RGB 190 49 171 -
CMYK 0 0.74 0.10 0.25
HSL 308.09º 0.59% 0.47% -
HSV(B) 308.09º 0.74% 0.75% -
XYZ 29.68 16.08 40.07 -
YUV 105.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 190 49 171 0 0.74 0.10 0.25 308.09 0.59 0.47
Hex BE 31 AB 0 4A A 19 134 3B 2F
Octal 276 61 253 0 112 12 31 464 73 57
Binary 10111110 110001 10101011 0 1001010 1010 11001 100110100 111011 101111

Color Harmonies of #BE31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31AB

Black with #BE31AB

Text Example


Text Example

White with #BE31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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