Html Css Color HEX #BE76B8 Fuchsia

📋 copy color: '#BE76B8'

red 190 ◦ green 118 ◦ blue 184

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

Shades of Fuchsia #BE76B8

Tints of Fuchsia #BE76B8

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 184 (72.27% from 255) = 37.4%

R = 38.62%
G = 23.98%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BE76B8 (or 0xBE76B8) is known color: Fuchsia. HEX triplet: BE, 76 and B8. RGB value is (190,118,184). Sum of RGB (Red+Green+Blue) = 190+118+184=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 190 - color contains mainly: red. Hex color #BE76B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE76B8 is #418947. Grayscale: #929292. Windows color (decimal): -4294984 or 12089022. OLE color: 12089022.

HSL color Cylindrical-coordinate representation of color #BE76B8: hue angle of 305º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE76B8 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 118 184 -
CMYK 0 0.38 0.03 0.25
HSL 305º 0.36% 0.6% -
HSV(B) 305º 0.38% 0.75% -
XYZ 36.37 27.36 48.71 -
YUV 147.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 190 118 184 0 0.38 0.03 0.25 305 0.36 0.6
Hex BE 76 B8 0 26 3 19 131 24 3C
Octal 276 166 270 0 46 3 31 461 44 74
Binary 10111110 1110110 10111000 0 100110 11 11001 100110001 100100 111100

Color Harmonies of #BE76B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE76B8

Black with #BE76B8

Text Example


Text Example

White with #BE76B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE76B8; }

 p { color: rgb(190,118,184); }

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

background-color css

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

 a { background-color: rgb(190,118,184); }

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

border-color css

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

 span { border-color: rgb(190,118,184); }

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