Html Css Color HEX #BE869B Viola

📋 copy color: '#BE869B'

red 190 ◦ green 134 ◦ blue 155

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

Shades of Viola #BE869B

Tints of Viola #BE869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.97%

 BLUE value IS 155 (60.94% from 255) = 32.36%

R = 39.67%
G = 27.97%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE869B (or 0xBE869B) is known color: Viola. HEX triplet: BE, 86 and 9B. RGB value is (190,134,155). Sum of RGB (Red+Green+Blue) = 190+134+155=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 155 (60.94% from 255 or 32.36% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE869B is #417964. Grayscale: #999999. Windows color (decimal): -4290917 or 10192574. OLE color: 10192574.

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

Color convert

RGB 190 134 155 -
CMYK 0 0.29 0.18 0.25
HSL 337.5º 0.3% 0.64% -
HSV(B) 337.5º 0.29% 0.75% -
XYZ 35.68 30.36 34.99 -
YUV 153.14 129.05 154.29 -
System Red Green Blue C M Y K H S L
Decimal 190 134 155 0 0.29 0.18 0.25 337.5 0.3 0.64
Hex BE 86 9B 0 1D 12 19 152 1E 40
Octal 276 206 233 0 35 22 31 522 36 100
Binary 10111110 10000110 10011011 0 11101 10010 11001 101010010 11110 1000000

Color Harmonies of #BE869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE869B

Black with #BE869B

Text Example


Text Example

White with #BE869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE869B; }

 p { color: rgb(190,134,155); }

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

background-color css

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

 a { background-color: rgb(190,134,155); }

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

border-color css

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

 span { border-color: rgb(190,134,155); }

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