Html Css Color HEX #BE44CA Fuchsia

📋 copy color: '#BE44CA'

red 190 ◦ green 68 ◦ blue 202

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

Shades of Fuchsia #BE44CA

Tints of Fuchsia #BE44CA

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

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

R = 41.3%
G = 14.78%
B = 43.91%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE44CA (or 0xBE44CA) is known color: Fuchsia. HEX triplet: BE, 44 and CA. RGB value is (190,68,202). Sum of RGB (Red+Green+Blue) = 190+68+202=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE44CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE44CA is #41BB35. Grayscale: #777777. Windows color (decimal): -4307766 or 13255870. OLE color: 13255870.

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

Color convert

RGB 190 68 202 -
CMYK 0.06 0.66 0 0.21
HSL 294.63º 0.56% 0.53% -
HSV(B) 294.63º 0.66% 0.79% -
XYZ 33.96 19.35 57.82 -
YUV 119.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 190 68 202 0.06 0.66 0 0.21 294.63 0.56 0.53
Hex BE 44 CA 6 42 0 15 127 38 35
Octal 276 104 312 6 102 0 25 447 70 65
Binary 10111110 1000100 11001010 110 1000010 0 10101 100100111 111000 110101

Color Harmonies of #BE44CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE44CA

Black with #BE44CA

Text Example


Text Example

White with #BE44CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE44CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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