Html Css Color HEX #BE869C Viola

📋 copy color: '#BE869C'

red 190 ◦ green 134 ◦ blue 156

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

Shades of Viola #BE869C

Tints of Viola #BE869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.5%

R = 39.58%
G = 27.92%
B = 32.5%

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

#BE869C (or 0xBE869C) is known color: Viola. HEX triplet: BE, 86 and 9C. RGB value is (190,134,156). Sum of RGB (Red+Green+Blue) = 190+134+156=480 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.58% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 190 - color contains mainly: red. Hex color #BE869C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE869C is #417963. Grayscale: #999999. Windows color (decimal): -4290916 or 10258110. OLE color: 10258110.

HSL color Cylindrical-coordinate representation of color #BE869C: hue angle of 336.43º 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 #BE869C is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 134 156 -
CMYK 0 0.29 0.18 0.25
HSL 336.43º 0.3% 0.64% -
HSV(B) 336.43º 0.29% 0.75% -
XYZ 35.76 30.4 35.44 -
YUV 153.25 129.55 154.21 -
System Red Green Blue C M Y K H S L
Decimal 190 134 156 0 0.29 0.18 0.25 336.43 0.3 0.64
Hex BE 86 9C 0 1D 12 19 150 1E 40
Octal 276 206 234 0 35 22 31 520 36 100
Binary 10111110 10000110 10011100 0 11101 10010 11001 101010000 11110 1000000

Color Harmonies of #BE869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE869C

Black with #BE869C

Text Example


Text Example

White with #BE869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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