Html Css Color HEX #BE40CA Fuchsia

📋 copy color: '#BE40CA'

red 190 ◦ green 64 ◦ blue 202

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

Shades of Fuchsia #BE40CA

Tints of Fuchsia #BE40CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.04%

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

R = 41.67%
G = 14.04%
B = 44.3%

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

#BE40CA (or 0xBE40CA) is known color: Fuchsia. HEX triplet: BE, 40 and CA. RGB value is (190,64,202). Sum of RGB (Red+Green+Blue) = 190+64+202=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE40CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE40CA is #41BF35. Grayscale: #747474. Windows color (decimal): -4308790 or 13254846. OLE color: 13254846.

HSL color Cylindrical-coordinate representation of color #BE40CA: hue angle of 294.78º degrees, saturation: 0.57, 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 #BE40CA is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 64 202 -
CMYK 0.06 0.68 0 0.21
HSL 294.78º 0.57% 0.52% -
HSV(B) 294.78º 0.68% 0.79% -
XYZ 33.73 18.88 57.74 -
YUV 117.41 175.74 179.78 -
System Red Green Blue C M Y K H S L
Decimal 190 64 202 0.06 0.68 0 0.21 294.78 0.57 0.52
Hex BE 40 CA 6 44 0 15 127 39 34
Octal 276 100 312 6 104 0 25 447 71 64
Binary 10111110 1000000 11001010 110 1000100 0 10101 100100111 111001 110100

Color Harmonies of #BE40CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE40CA

Black with #BE40CA

Text Example


Text Example

White with #BE40CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE40CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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