Html Css Color HEX #BE31B2 Fuchsia

📋 copy color: '#BE31B2'

red 190 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #BE31B2

Tints of Fuchsia #BE31B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.69%

R = 45.56%
G = 11.75%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE31B2 (or 0xBE31B2) is known color: Fuchsia. HEX triplet: BE, 31 and B2. RGB value is (190,49,178). Sum of RGB (Red+Green+Blue) = 190+49+178=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE31B2 is #41CE4D. Grayscale: #696969. Windows color (decimal): -4312654 or 11678142. OLE color: 11678142.

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

Color convert

RGB 190 49 178 -
CMYK 0 0.74 0.06 0.25
HSL 305.11º 0.59% 0.47% -
HSV(B) 305.11º 0.74% 0.75% -
XYZ 30.37 16.36 43.68 -
YUV 105.87 168.71 188.01 -
System Red Green Blue C M Y K H S L
Decimal 190 49 178 0 0.74 0.06 0.25 305.11 0.59 0.47
Hex BE 31 B2 0 4A 6 19 131 3B 2F
Octal 276 61 262 0 112 6 31 461 73 57
Binary 10111110 110001 10110010 0 1001010 110 11001 100110001 111011 101111

Color Harmonies of #BE31B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31B2

Black with #BE31B2

Text Example


Text Example

White with #BE31B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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