Html Css Color HEX #BE42B2 Fuchsia

📋 copy color: '#BE42B2'

red 190 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #BE42B2

Tints of Fuchsia #BE42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.01%

R = 43.78%
G = 15.21%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE42B2 (or 0xBE42B2) is known color: Fuchsia. HEX triplet: BE, 42 and B2. RGB value is (190,66,178). Sum of RGB (Red+Green+Blue) = 190+66+178=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 178 (69.92% from 255 or 41.01% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42B2 is #41BD4D. Grayscale: #737373. Windows color (decimal): -4308302 or 11682494. OLE color: 11682494.

HSL color Cylindrical-coordinate representation of color #BE42B2: hue angle of 305.81º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE42B2 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 178 -
CMYK 0 0.65 0.06 0.25
HSL 305.81º 0.49% 0.5% -
HSV(B) 305.81º 0.65% 0.75% -
XYZ 31.22 18.06 43.96 -
YUV 115.84 163.08 180.89 -
System Red Green Blue C M Y K H S L
Decimal 190 66 178 0 0.65 0.06 0.25 305.81 0.49 0.5
Hex BE 42 B2 0 41 6 19 132 31 32
Octal 276 102 262 0 101 6 31 462 61 62
Binary 10111110 1000010 10110010 0 1000001 110 11001 100110010 110001 110010

Color Harmonies of #BE42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE42B2

Black with #BE42B2

Text Example


Text Example

White with #BE42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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