Html Css Color HEX #BE32BA Fuchsia

📋 copy color: '#BE32BA'

red 190 ◦ green 50 ◦ blue 186

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

Shades of Fuchsia #BE32BA

Tints of Fuchsia #BE32BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.66%

R = 44.6%
G = 11.74%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE32BA (or 0xBE32BA) is known color: Fuchsia. HEX triplet: BE, 32 and BA. RGB value is (190,50,186). Sum of RGB (Red+Green+Blue) = 190+50+186=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE32BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32BA is #41CD45. Grayscale: #6A6A6A. Windows color (decimal): -4312390 or 12202686. OLE color: 12202686.

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

Color convert

RGB 190 50 186 -
CMYK 0 0.74 0.02 0.25
HSL 301.71º 0.58% 0.47% -
HSV(B) 301.71º 0.74% 0.75% -
XYZ 31.24 16.77 48.05 -
YUV 107.36 172.38 186.94 -
System Red Green Blue C M Y K H S L
Decimal 190 50 186 0 0.74 0.02 0.25 301.71 0.58 0.47
Hex BE 32 BA 0 4A 2 19 12E 3A 2F
Octal 276 62 272 0 112 2 31 456 72 57
Binary 10111110 110010 10111010 0 1001010 10 11001 100101110 111010 101111

Color Harmonies of #BE32BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32BA

Black with #BE32BA

Text Example


Text Example

White with #BE32BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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