Html Css Color HEX #BE52BC Fuchsia

📋 copy color: '#BE52BC'

red 190 ◦ green 82 ◦ blue 188

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

Shades of Fuchsia #BE52BC

Tints of Fuchsia #BE52BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 41.3%
G = 17.83%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BE52BC (or 0xBE52BC) is known color: Fuchsia. HEX triplet: BE, 52 and BC. RGB value is (190,82,188). Sum of RGB (Red+Green+Blue) = 190+82+188=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE52BC is #41AD43. Grayscale: #7E7E7E. Windows color (decimal): -4304196 or 12341950. OLE color: 12341950.

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

Color convert

RGB 190 82 188 -
CMYK 0 0.57 0.01 0.25
HSL 301.11º 0.45% 0.53% -
HSV(B) 301.11º 0.57% 0.75% -
XYZ 33.33 20.61 49.8 -
YUV 126.38 162.78 173.38 -
System Red Green Blue C M Y K H S L
Decimal 190 82 188 0 0.57 0.01 0.25 301.11 0.45 0.53
Hex BE 52 BC 0 39 1 19 12D 2D 35
Octal 276 122 274 0 71 1 31 455 55 65
Binary 10111110 1010010 10111100 0 111001 1 11001 100101101 101101 110101

Color Harmonies of #BE52BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE52BC

Black with #BE52BC

Text Example


Text Example

White with #BE52BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE52BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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