Html Css Color HEX #BE72BB Fuchsia

📋 copy color: '#BE72BB'

red 190 ◦ green 114 ◦ blue 187

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

Shades of Fuchsia #BE72BB

Tints of Fuchsia #BE72BB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 38.7%
G = 23.22%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE72BB (or 0xBE72BB) is known color: Fuchsia. HEX triplet: BE, 72 and BB. RGB value is (190,114,187). Sum of RGB (Red+Green+Blue) = 190+114+187=491 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.70% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72BB is #418D44. Grayscale: #909090. Windows color (decimal): -4296005 or 12284606. OLE color: 12284606.

HSL color Cylindrical-coordinate representation of color #BE72BB: hue angle of 302.37º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE72BB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 187 -
CMYK 0 0.40 0.02 0.25
HSL 302.37º 0.37% 0.6% -
HSV(B) 302.37º 0.4% 0.75% -
XYZ 36.22 26.57 50.23 -
YUV 145.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 190 114 187 0 0.40 0.02 0.25 302.37 0.37 0.6
Hex BE 72 BB 0 28 2 19 12E 25 3C
Octal 276 162 273 0 50 2 31 456 45 74
Binary 10111110 1110010 10111011 0 101000 10 11001 100101110 100101 111100

Color Harmonies of #BE72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72BB

Black with #BE72BB

Text Example


Text Example

White with #BE72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72BB; }

 p { color: rgb(190,114,187); }

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

background-color css

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

 a { background-color: rgb(190,114,187); }

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

border-color css

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

 span { border-color: rgb(190,114,187); }

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