Html Css Color HEX #BE29B2 Fuchsia

📋 copy color: '#BE29B2'

red 190 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #BE29B2

Tints of Fuchsia #BE29B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

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

R = 46.45%
G = 10.02%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE29B2 (or 0xBE29B2) is known color: Fuchsia. HEX triplet: BE, 29 and B2. RGB value is (190,41,178). Sum of RGB (Red+Green+Blue) = 190+41+178=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 178 (69.92% from 255 or 43.52% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE29B2 is #41D64D. Grayscale: #646464. Windows color (decimal): -4314702 or 11676094. OLE color: 11676094.

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

Color convert

RGB 190 41 178 -
CMYK 0 0.78 0.06 0.25
HSL 304.83º 0.65% 0.45% -
HSV(B) 304.83º 0.78% 0.75% -
XYZ 30.06 15.75 43.57 -
YUV 101.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 190 41 178 0 0.78 0.06 0.25 304.83 0.65 0.45
Hex BE 29 B2 0 4E 6 19 131 41 2D
Octal 276 51 262 0 116 6 31 461 101 55
Binary 10111110 101001 10110010 0 1001110 110 11001 100110001 1000001 101101

Color Harmonies of #BE29B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE29B2

Black with #BE29B2

Text Example


Text Example

White with #BE29B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE29B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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