Html Css Color HEX #BE32AF Fuchsia

📋 copy color: '#BE32AF'

red 190 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #BE32AF

Tints of Fuchsia #BE32AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 45.78%
G = 12.05%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE32AF (or 0xBE32AF) is known color: Fuchsia. HEX triplet: BE, 32 and AF. RGB value is (190,50,175). Sum of RGB (Red+Green+Blue) = 190+50+175=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE32AF is #41CD50. Grayscale: #696969. Windows color (decimal): -4312401 or 11481790. OLE color: 11481790.

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

Color convert

RGB 190 50 175 -
CMYK 0 0.74 0.08 0.25
HSL 306.43º 0.58% 0.47% -
HSV(B) 306.43º 0.74% 0.75% -
XYZ 30.11 16.32 42.12 -
YUV 106.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 190 50 175 0 0.74 0.08 0.25 306.43 0.58 0.47
Hex BE 32 AF 0 4A 8 19 132 3A 2F
Octal 276 62 257 0 112 10 31 462 72 57
Binary 10111110 110010 10101111 0 1001010 1000 11001 100110010 111010 101111

Color Harmonies of #BE32AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32AF

Black with #BE32AF

Text Example


Text Example

White with #BE32AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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