Html Css Color HEX #BE33AA Fuchsia

📋 copy color: '#BE33AA'

red 190 ◦ green 51 ◦ blue 170

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

Shades of Fuchsia #BE33AA

Tints of Fuchsia #BE33AA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 46.23%
G = 12.41%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE33AA (or 0xBE33AA) is known color: Fuchsia. HEX triplet: BE, 33 and AA. RGB value is (190,51,170). Sum of RGB (Red+Green+Blue) = 190+51+170=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AA is #41CC55. Grayscale: #696969. Windows color (decimal): -4312150 or 11154366. OLE color: 11154366.

HSL color Cylindrical-coordinate representation of color #BE33AA: hue angle of 308.63º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE33AA is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 51 170 -
CMYK 0 0.73 0.11 0.25
HSL 308.63º 0.58% 0.47% -
HSV(B) 308.63º 0.73% 0.75% -
XYZ 29.67 16.22 39.6 -
YUV 106.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 190 51 170 0 0.73 0.11 0.25 308.63 0.58 0.47
Hex BE 33 AA 0 49 B 19 135 3A 2F
Octal 276 63 252 0 111 13 31 465 72 57
Binary 10111110 110011 10101010 0 1001001 1011 11001 100110101 111010 101111

Color Harmonies of #BE33AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33AA

Black with #BE33AA

Text Example


Text Example

White with #BE33AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33AA; }

 p { color: rgb(190,51,170); }

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

background-color css

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

 a { background-color: rgb(190,51,170); }

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

border-color css

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

 span { border-color: rgb(190,51,170); }

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