Html Css Color HEX #BE6BAB Fuchsia

📋 copy color: '#BE6BAB'

red 190 ◦ green 107 ◦ blue 171

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

Shades of Fuchsia #BE6BAB

Tints of Fuchsia #BE6BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.86%

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

R = 40.6%
G = 22.86%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BE6BAB (or 0xBE6BAB) is known color: Fuchsia. HEX triplet: BE, 6B and AB. RGB value is (190,107,171). Sum of RGB (Red+Green+Blue) = 190+107+171=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 107 (42.19% from 255 or 22.86% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6BAB is #419454. Grayscale: #8A8A8A. Windows color (decimal): -4297813 or 11234238. OLE color: 11234238.

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

Color convert

RGB 190 107 171 -
CMYK 0 0.44 0.10 0.25
HSL 313.73º 0.39% 0.58% -
HSV(B) 313.73º 0.44% 0.75% -
XYZ 33.84 24.4 41.45 -
YUV 139.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 190 107 171 0 0.44 0.10 0.25 313.73 0.39 0.58
Hex BE 6B AB 0 2C A 19 13A 27 3A
Octal 276 153 253 0 54 12 31 472 47 72
Binary 10111110 1101011 10101011 0 101100 1010 11001 100111010 100111 111010

Color Harmonies of #BE6BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6BAB

Black with #BE6BAB

Text Example


Text Example

White with #BE6BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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