Html Css Color HEX #BE33AF Fuchsia

📋 copy color: '#BE33AF'

red 190 ◦ green 51 ◦ blue 175

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

Shades of Fuchsia #BE33AF

Tints of Fuchsia #BE33AF

RGB

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

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

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

R = 45.67%
G = 12.26%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE33AF (or 0xBE33AF) is known color: Fuchsia. HEX triplet: BE, 33 and AF. RGB value is (190,51,175). Sum of RGB (Red+Green+Blue) = 190+51+175=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE33AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE33AF is #41CC50. Grayscale: #6A6A6A. Windows color (decimal): -4312145 or 11482046. OLE color: 11482046.

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

Color convert

RGB 190 51 175 -
CMYK 0 0.73 0.08 0.25
HSL 306.47º 0.58% 0.47% -
HSV(B) 306.47º 0.73% 0.75% -
XYZ 30.16 16.41 42.14 -
YUV 106.7 166.55 187.42 -
System Red Green Blue C M Y K H S L
Decimal 190 51 175 0 0.73 0.08 0.25 306.47 0.58 0.47
Hex BE 33 AF 0 49 8 19 132 3A 2F
Octal 276 63 257 0 111 10 31 462 72 57
Binary 10111110 110011 10101111 0 1001001 1000 11001 100110010 111010 101111

Color Harmonies of #BE33AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE33AF

Black with #BE33AF

Text Example


Text Example

White with #BE33AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE33AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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