Html Css Color HEX #BE77BA Fuchsia

📋 copy color: '#BE77BA'

red 190 ◦ green 119 ◦ blue 186

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

Shades of Fuchsia #BE77BA

Tints of Fuchsia #BE77BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.04%

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

R = 38.38%
G = 24.04%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BE77BA (or 0xBE77BA) is known color: Fuchsia. HEX triplet: BE, 77 and BA. RGB value is (190,119,186). Sum of RGB (Red+Green+Blue) = 190+119+186=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BE77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE77BA is #418845. Grayscale: #939393. Windows color (decimal): -4294726 or 12220350. OLE color: 12220350.

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

Color convert

RGB 190 119 186 -
CMYK 0 0.37 0.02 0.25
HSL 303.38º 0.35% 0.61% -
HSV(B) 303.38º 0.37% 0.75% -
XYZ 36.69 27.69 49.86 -
YUV 147.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 190 119 186 0 0.37 0.02 0.25 303.38 0.35 0.61
Hex BE 77 BA 0 25 2 19 12F 23 3D
Octal 276 167 272 0 45 2 31 457 43 75
Binary 10111110 1110111 10111010 0 100101 10 11001 100101111 100011 111101

Color Harmonies of #BE77BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE77BA

Black with #BE77BA

Text Example


Text Example

White with #BE77BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE77BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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