Html Css Color HEX #BE33AD Fuchsia

📋 copy color: '#BE33AD'

red 190 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #BE33AD

Tints of Fuchsia #BE33AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 45.89%
G = 12.32%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE33AD (or 0xBE33AD) is known color: Fuchsia. HEX triplet: BE, 33 and AD. RGB value is (190,51,173). Sum of RGB (Red+Green+Blue) = 190+51+173=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AD is #41CC52. Grayscale: #6A6A6A. Windows color (decimal): -4312147 or 11350974. OLE color: 11350974.

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

Color convert

RGB 190 51 173 -
CMYK 0 0.73 0.09 0.25
HSL 307.34º 0.58% 0.47% -
HSV(B) 307.34º 0.73% 0.75% -
XYZ 29.96 16.33 41.11 -
YUV 106.47 165.55 187.58 -
System Red Green Blue C M Y K H S L
Decimal 190 51 173 0 0.73 0.09 0.25 307.34 0.58 0.47
Hex BE 33 AD 0 49 9 19 133 3A 2F
Octal 276 63 255 0 111 11 31 463 72 57
Binary 10111110 110011 10101101 0 1001001 1001 11001 100110011 111010 101111

Color Harmonies of #BE33AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33AD

Black with #BE33AD

Text Example


Text Example

White with #BE33AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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