Html Css Color HEX #BE42C4 Fuchsia

📋 copy color: '#BE42C4'

red 190 ◦ green 66 ◦ blue 196

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

Shades of Fuchsia #BE42C4

Tints of Fuchsia #BE42C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.36%

R = 42.04%
G = 14.6%
B = 43.36%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BE42C4 (or 0xBE42C4) is known color: Fuchsia. HEX triplet: BE, 42 and C4. RGB value is (190,66,196). Sum of RGB (Red+Green+Blue) = 190+66+196=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE42C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE42C4 is #41BD3B. Grayscale: #757575. Windows color (decimal): -4308284 or 12862142. OLE color: 12862142.

HSL color Cylindrical-coordinate representation of color #BE42C4: hue angle of 297.23º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BE42C4 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 66 196 -
CMYK 0.03 0.66 0 0.23
HSL 297.23º 0.52% 0.51% -
HSV(B) 297.23º 0.66% 0.77% -
XYZ 33.15 18.83 54.11 -
YUV 117.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 190 66 196 0.03 0.66 0 0.23 297.23 0.52 0.51
Hex BE 42 C4 3 42 0 17 129 34 33
Octal 276 102 304 3 102 0 27 451 64 63
Binary 10111110 1000010 11000100 11 1000010 0 10111 100101001 110100 110011

Color Harmonies of #BE42C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42C4

Black with #BE42C4

Text Example


Text Example

White with #BE42C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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