Html Css Color HEX #BE32B1 Fuchsia

📋 copy color: '#BE32B1'

red 190 ◦ green 50 ◦ blue 177

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

Shades of Fuchsia #BE32B1

Tints of Fuchsia #BE32B1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 45.56%
G = 11.99%
B = 42.45%

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

#BE32B1 (or 0xBE32B1) is known color: Fuchsia. HEX triplet: BE, 32 and B1. RGB value is (190,50,177). Sum of RGB (Red+Green+Blue) = 190+50+177=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32B1 is #41CD4E. Grayscale: #696969. Windows color (decimal): -4312399 or 11612862. OLE color: 11612862.

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

Color convert

RGB 190 50 177 -
CMYK 0 0.74 0.07 0.25
HSL 305.57º 0.58% 0.47% -
HSV(B) 305.57º 0.74% 0.75% -
XYZ 30.31 16.4 43.16 -
YUV 106.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 190 50 177 0 0.74 0.07 0.25 305.57 0.58 0.47
Hex BE 32 B1 0 4A 7 19 132 3A 2F
Octal 276 62 261 0 112 7 31 462 72 57
Binary 10111110 110010 10110001 0 1001010 111 11001 100110010 111010 101111

Color Harmonies of #BE32B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32B1

Black with #BE32B1

Text Example


Text Example

White with #BE32B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32B1; }

 p { color: rgb(190,50,177); }

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

background-color css

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

 a { background-color: rgb(190,50,177); }

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

border-color css

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

 span { border-color: rgb(190,50,177); }

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