Html Css Color HEX #BE42CA Fuchsia

📋 copy color: '#BE42CA'

red 190 ◦ green 66 ◦ blue 202

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

Shades of Fuchsia #BE42CA

Tints of Fuchsia #BE42CA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.41%

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

R = 41.48%
G = 14.41%
B = 44.1%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BE42CA (or 0xBE42CA) is known color: Fuchsia. HEX triplet: BE, 42 and CA. RGB value is (190,66,202). Sum of RGB (Red+Green+Blue) = 190+66+202=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 66 (26.17% from 255 or 14.41% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BE42CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42CA is #41BD35. Grayscale: #767676. Windows color (decimal): -4308278 or 13255358. OLE color: 13255358.

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

Color convert

RGB 190 66 202 -
CMYK 0.06 0.67 0 0.21
HSL 294.71º 0.56% 0.53% -
HSV(B) 294.71º 0.67% 0.79% -
XYZ 33.84 19.11 57.78 -
YUV 118.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 190 66 202 0.06 0.67 0 0.21 294.71 0.56 0.53
Hex BE 42 CA 6 43 0 15 127 38 35
Octal 276 102 312 6 103 0 25 447 70 65
Binary 10111110 1000010 11001010 110 1000011 0 10101 100100111 111000 110101

Color Harmonies of #BE42CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42CA

Black with #BE42CA

Text Example


Text Example

White with #BE42CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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