Html Css Color HEX #BE85A3 Viola

📋 copy color: '#BE85A3'

red 190 ◦ green 133 ◦ blue 163

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

Shades of Viola #BE85A3

Tints of Viola #BE85A3

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.37%

 BLUE value IS 163 (64.06% from 255) = 33.54%

R = 39.09%
G = 27.37%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE85A3 (or 0xBE85A3) is known color: Viola. HEX triplet: BE, 85 and A3. RGB value is (190,133,163). Sum of RGB (Red+Green+Blue) = 190+133+163=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 190 - color contains mainly: red. Hex color #BE85A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE85A3 is #417A5C. Grayscale: #999999. Windows color (decimal): -4291165 or 10716606. OLE color: 10716606.

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

Color convert

RGB 190 133 163 -
CMYK 0 0.3 0.14 0.25
HSL 328.42º 0.3% 0.63% -
HSV(B) 328.42º 0.3% 0.75% -
XYZ 36.23 30.37 38.6 -
YUV 153.46 133.38 154.06 -
System Red Green Blue C M Y K H S L
Decimal 190 133 163 0 0.3 0.14 0.25 328.42 0.3 0.63
Hex BE 85 A3 0 1E E 19 148 1E 3F
Octal 276 205 243 0 36 16 31 510 36 77
Binary 10111110 10000101 10100011 0 11110 1110 11001 101001000 11110 111111

Color Harmonies of #BE85A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE85A3

Black with #BE85A3

Text Example


Text Example

White with #BE85A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE85A3; }

 p { color: rgb(190,133,163); }

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

background-color css

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

 a { background-color: rgb(190,133,163); }

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

border-color css

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

 span { border-color: rgb(190,133,163); }

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