Html Css Color HEX #BE41CA Fuchsia

📋 copy color: '#BE41CA'

red 190 ◦ green 65 ◦ blue 202

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

Shades of Fuchsia #BE41CA

Tints of Fuchsia #BE41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 41.58%
G = 14.22%
B = 44.2%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE41CA (or 0xBE41CA) is known color: Fuchsia. HEX triplet: BE, 41 and CA. RGB value is (190,65,202). Sum of RGB (Red+Green+Blue) = 190+65+202=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE41CA is #41BE35. Grayscale: #757575. Windows color (decimal): -4308534 or 13255102. OLE color: 13255102.

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

Color convert

RGB 190 65 202 -
CMYK 0.06 0.68 0 0.21
HSL 294.74º 0.56% 0.52% -
HSV(B) 294.74º 0.68% 0.79% -
XYZ 33.79 18.99 57.76 -
YUV 117.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 190 65 202 0.06 0.68 0 0.21 294.74 0.56 0.52
Hex BE 41 CA 6 44 0 15 127 38 34
Octal 276 101 312 6 104 0 25 447 70 64
Binary 10111110 1000001 11001010 110 1000100 0 10101 100100111 111000 110100

Color Harmonies of #BE41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE41CA

Black with #BE41CA

Text Example


Text Example

White with #BE41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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