Html Css Color HEX #BE31BC Fuchsia

📋 copy color: '#BE31BC'

red 190 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #BE31BC

Tints of Fuchsia #BE31BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.03%

R = 44.5%
G = 11.48%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE31BC (or 0xBE31BC) is known color: Fuchsia. HEX triplet: BE, 31 and BC. RGB value is (190,49,188). Sum of RGB (Red+Green+Blue) = 190+49+188=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE31BC is #41CE43. Grayscale: #6A6A6A. Windows color (decimal): -4312644 or 12333502. OLE color: 12333502.

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

Color convert

RGB 190 49 188 -
CMYK 0 0.74 0.01 0.25
HSL 300.85º 0.59% 0.47% -
HSV(B) 300.85º 0.74% 0.75% -
XYZ 31.41 16.77 49.16 -
YUV 107.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 190 49 188 0 0.74 0.01 0.25 300.85 0.59 0.47
Hex BE 31 BC 0 4A 1 19 12D 3B 2F
Octal 276 61 274 0 112 1 31 455 73 57
Binary 10111110 110001 10111100 0 1001010 1 11001 100101101 111011 101111

Color Harmonies of #BE31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31BC

Black with #BE31BC

Text Example


Text Example

White with #BE31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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