Html Css Color HEX #BE5BAB Fuchsia

📋 copy color: '#BE5BAB'

red 190 ◦ green 91 ◦ blue 171

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

Shades of Fuchsia #BE5BAB

Tints of Fuchsia #BE5BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.13%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 42.04%
G = 20.13%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE5BAB (or 0xBE5BAB) is known color: Fuchsia. HEX triplet: BE, 5B and AB. RGB value is (190,91,171). Sum of RGB (Red+Green+Blue) = 190+91+171=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 91 (35.94% from 255 or 20.13% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BAB is #41A454. Grayscale: #818181. Windows color (decimal): -4301909 or 11230142. OLE color: 11230142.

HSL color Cylindrical-coordinate representation of color #BE5BAB: hue angle of 311.52º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5BAB is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 91 171 -
CMYK 0 0.52 0.10 0.25
HSL 311.52º 0.43% 0.55% -
HSV(B) 311.52º 0.52% 0.75% -
XYZ 32.33 21.37 40.95 -
YUV 129.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 190 91 171 0 0.52 0.10 0.25 311.52 0.43 0.55
Hex BE 5B AB 0 34 A 19 138 2B 37
Octal 276 133 253 0 64 12 31 470 53 67
Binary 10111110 1011011 10101011 0 110100 1010 11001 100111000 101011 110111

Color Harmonies of #BE5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BAB

Black with #BE5BAB

Text Example


Text Example

White with #BE5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BAB; }

 p { color: rgb(190,91,171); }

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

background-color css

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

 a { background-color: rgb(190,91,171); }

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

border-color css

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

 span { border-color: rgb(190,91,171); }

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