Html Css Color HEX #BE52B2 Fuchsia

📋 copy color: '#BE52B2'

red 190 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #BE52B2

Tints of Fuchsia #BE52B2

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.22%

 BLUE value IS 178 (69.92% from 255) = 39.56%

R = 42.22%
G = 18.22%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE52B2 (or 0xBE52B2) is known color: Fuchsia. HEX triplet: BE, 52 and B2. RGB value is (190,82,178). Sum of RGB (Red+Green+Blue) = 190+82+178=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 178 (69.92% from 255 or 39.56% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52B2 is #41AD4D. Grayscale: #7C7C7C. Windows color (decimal): -4304206 or 11686590. OLE color: 11686590.

HSL color Cylindrical-coordinate representation of color #BE52B2: hue angle of 306.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE52B2 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 178 -
CMYK 0 0.57 0.06 0.25
HSL 306.67º 0.45% 0.53% -
HSV(B) 306.67º 0.57% 0.75% -
XYZ 32.29 20.2 44.32 -
YUV 125.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 190 82 178 0 0.57 0.06 0.25 306.67 0.45 0.53
Hex BE 52 B2 0 39 6 19 133 2D 35
Octal 276 122 262 0 71 6 31 463 55 65
Binary 10111110 1010010 10110010 0 111001 110 11001 100110011 101101 110101

Color Harmonies of #BE52B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52B2

Black with #BE52B2

Text Example


Text Example

White with #BE52B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52B2; }

 p { color: rgb(190,82,178); }

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

background-color css

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

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

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

border-color css

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

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

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