Html Css Color HEX #BE32CA Fuchsia

📋 copy color: '#BE32CA'

red 190 ◦ green 50 ◦ blue 202

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

Shades of Fuchsia #BE32CA

Tints of Fuchsia #BE32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.31%

 BLUE value IS 202 (79.3% from 255) = 45.7%

R = 42.99%
G = 11.31%
B = 45.7%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE32CA (or 0xBE32CA) is known color: Fuchsia. HEX triplet: BE, 32 and CA. RGB value is (190,50,202). Sum of RGB (Red+Green+Blue) = 190+50+202=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE32CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE32CA is #41CD35. Grayscale: #6C6C6C. Windows color (decimal): -4312374 or 13251262. OLE color: 13251262.

HSL color Cylindrical-coordinate representation of color #BE32CA: hue angle of 295.26º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE32CA is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 50 202 -
CMYK 0.06 0.75 0 0.21
HSL 295.26º 0.6% 0.49% -
HSV(B) 295.26º 0.75% 0.79% -
XYZ 33.04 17.49 57.51 -
YUV 109.19 180.38 185.64 -
System Red Green Blue C M Y K H S L
Decimal 190 50 202 0.06 0.75 0 0.21 295.26 0.6 0.49
Hex BE 32 CA 6 4B 0 15 127 3C 31
Octal 276 62 312 6 113 0 25 447 74 61
Binary 10111110 110010 11001010 110 1001011 0 10101 100100111 111100 110001

Color Harmonies of #BE32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE32CA

Black with #BE32CA

Text Example


Text Example

White with #BE32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE32CA; }

 p { color: rgb(190,50,202); }

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

background-color css

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

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

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

border-color css

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

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

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