Html Css Color HEX #BE2BAF Fuchsia

📋 copy color: '#BE2BAF'

red 190 ◦ green 43 ◦ blue 175

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

Shades of Fuchsia #BE2BAF

Tints of Fuchsia #BE2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.54%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 46.57%
G = 10.54%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BE2BAF (or 0xBE2BAF) is known color: Fuchsia. HEX triplet: BE, 2B and AF. RGB value is (190,43,175). Sum of RGB (Red+Green+Blue) = 190+43+175=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2BAF is #41D450. Grayscale: #656565. Windows color (decimal): -4314193 or 11479998. OLE color: 11479998.

HSL color Cylindrical-coordinate representation of color #BE2BAF: hue angle of 306.12º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2BAF is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 43 175 -
CMYK 0 0.77 0.08 0.25
HSL 306.12º 0.63% 0.46% -
HSV(B) 306.12º 0.77% 0.75% -
XYZ 29.84 15.77 42.03 -
YUV 102 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 190 43 175 0 0.77 0.08 0.25 306.12 0.63 0.46
Hex BE 2B AF 0 4D 8 19 132 3F 2E
Octal 276 53 257 0 115 10 31 462 77 56
Binary 10111110 101011 10101111 0 1001101 1000 11001 100110010 111111 101110

Color Harmonies of #BE2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2BAF

Black with #BE2BAF

Text Example


Text Example

White with #BE2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2BAF; }

 p { color: rgb(190,43,175); }

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

background-color css

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

 a { background-color: rgb(190,43,175); }

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

border-color css

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

 span { border-color: rgb(190,43,175); }

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