Html Css Color HEX #BE32B9 Fuchsia

📋 copy color: '#BE32B9'

red 190 ◦ green 50 ◦ blue 185

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

Shades of Fuchsia #BE32B9

Tints of Fuchsia #BE32B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.53%

R = 44.71%
G = 11.76%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE32B9 (or 0xBE32B9) is known color: Fuchsia. HEX triplet: BE, 32 and B9. RGB value is (190,50,185). Sum of RGB (Red+Green+Blue) = 190+50+185=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 50 (19.92% from 255 or 11.76% from 425); Blue value is 185 (72.66% from 255 or 43.53% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32B9 is #41CD46. Grayscale: #6A6A6A. Windows color (decimal): -4312391 or 12137150. OLE color: 12137150.

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

Color convert

RGB 190 50 185 -
CMYK 0 0.74 0.03 0.25
HSL 302.14º 0.58% 0.47% -
HSV(B) 302.14º 0.74% 0.75% -
XYZ 31.13 16.73 47.49 -
YUV 107.25 171.88 187.02 -
System Red Green Blue C M Y K H S L
Decimal 190 50 185 0 0.74 0.03 0.25 302.14 0.58 0.47
Hex BE 32 B9 0 4A 3 19 12E 3A 2F
Octal 276 62 271 0 112 3 31 456 72 57
Binary 10111110 110010 10111001 0 1001010 11 11001 100101110 111010 101111

Color Harmonies of #BE32B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32B9

Black with #BE32B9

Text Example


Text Example

White with #BE32B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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