Html Css Color HEX #BE33BE Fuchsia

📋 copy color: '#BE33BE'

red 190 ◦ green 51 ◦ blue 190

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

Shades of Fuchsia #BE33BE

Tints of Fuchsia #BE33BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 44.08%
G = 11.83%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BE33BE (or 0xBE33BE) is known color: Fuchsia. HEX triplet: BE, 33 and BE. RGB value is (190,51,190). Sum of RGB (Red+Green+Blue) = 190+51+190=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE33BE is #41CC41. Grayscale: #6B6B6B. Windows color (decimal): -4312130 or 12465086. OLE color: 12465086.

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

Color convert

RGB 190 51 190 -
CMYK 0 0.73 0 0.25
HSL 300º 0.58% 0.47% -
HSV(B) 300º 0.73% 0.75% -
XYZ 31.71 17.03 50.33 -
YUV 108.41 174.05 186.2 -
System Red Green Blue C M Y K H S L
Decimal 190 51 190 0 0.73 0 0.25 300 0.58 0.47
Hex BE 33 BE 0 49 0 19 12C 3A 2F
Octal 276 63 276 0 111 0 31 454 72 57
Binary 10111110 110011 10111110 0 1001001 0 11001 100101100 111010 101111

Color Harmonies of #BE33BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33BE

Black with #BE33BE

Text Example


Text Example

White with #BE33BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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