Html Css Color HEX #BE88A1 Viola

📋 copy color: '#BE88A1'

red 190 ◦ green 136 ◦ blue 161

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

Shades of Viola #BE88A1

Tints of Viola #BE88A1

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

 BLUE value IS 161 (63.28% from 255) = 33.06%

R = 39.01%
G = 27.93%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE88A1 (or 0xBE88A1) is known color: Viola. HEX triplet: BE, 88 and A1. RGB value is (190,136,161). Sum of RGB (Red+Green+Blue) = 190+136+161=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 161 (63.28% from 255 or 33.06% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE88A1 is #41775E. Grayscale: #9A9A9A. Windows color (decimal): -4290399 or 10586302. OLE color: 10586302.

HSL color Cylindrical-coordinate representation of color #BE88A1: hue angle of 332.22º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE88A1 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 136 161 -
CMYK 0 0.28 0.15 0.25
HSL 332.22º 0.29% 0.64% -
HSV(B) 332.22º 0.28% 0.75% -
XYZ 36.47 31.13 37.8 -
YUV 155 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 190 136 161 0 0.28 0.15 0.25 332.22 0.29 0.64
Hex BE 88 A1 0 1C F 19 14C 1D 40
Octal 276 210 241 0 34 17 31 514 35 100
Binary 10111110 10001000 10100001 0 11100 1111 11001 101001100 11101 1000000

Color Harmonies of #BE88A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE88A1

Black with #BE88A1

Text Example


Text Example

White with #BE88A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE88A1; }

 p { color: rgb(190,136,161); }

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

background-color css

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

 a { background-color: rgb(190,136,161); }

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

border-color css

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

 span { border-color: rgb(190,136,161); }

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