Html Css Color HEX #BE72BA Fuchsia

📋 copy color: '#BE72BA'

red 190 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #BE72BA

Tints of Fuchsia #BE72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 38.78%
G = 23.27%
B = 37.96%

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

#BE72BA (or 0xBE72BA) is known color: Fuchsia. HEX triplet: BE, 72 and BA. RGB value is (190,114,186). Sum of RGB (Red+Green+Blue) = 190+114+186=490 (64% of max value = 765). Red value is 190 (74.61% from 255 or 38.78% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 190 - color contains mainly: red. Hex color #BE72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE72BA is #418D45. Grayscale: #909090. Windows color (decimal): -4296006 or 12219070. OLE color: 12219070.

HSL color Cylindrical-coordinate representation of color #BE72BA: hue angle of 303.16º 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 #BE72BA is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 114 186 -
CMYK 0 0.40 0.02 0.25
HSL 303.16º 0.37% 0.6% -
HSV(B) 303.16º 0.4% 0.75% -
XYZ 36.12 26.53 49.67 -
YUV 144.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 190 114 186 0 0.40 0.02 0.25 303.16 0.37 0.6
Hex BE 72 BA 0 28 2 19 12F 25 3C
Octal 276 162 272 0 50 2 31 457 45 74
Binary 10111110 1110010 10111010 0 101000 10 11001 100101111 100101 111100

Color Harmonies of #BE72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE72BA

Black with #BE72BA

Text Example


Text Example

White with #BE72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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