Html Css Color HEX #BE94A5 Viola

📋 copy color: '#BE94A5'

red 190 ◦ green 148 ◦ blue 165

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

Shades of Viola #BE94A5

Tints of Viola #BE94A5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

 BLUE value IS 165 (64.84% from 255) = 32.8%

R = 37.77%
G = 29.42%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE94A5 (or 0xBE94A5) is known color: Viola. HEX triplet: BE, 94 and A5. RGB value is (190,148,165). Sum of RGB (Red+Green+Blue) = 190+148+165=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 165 (64.84% from 255 or 32.80% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BE94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE94A5 is #416B5A. Grayscale: #A2A2A2. Windows color (decimal): -4287323 or 10851518. OLE color: 10851518.

HSL color Cylindrical-coordinate representation of color #BE94A5: hue angle of 335.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BE94A5 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 148 165 -
CMYK 0 0.22 0.13 0.25
HSL 335.71º 0.24% 0.66% -
HSV(B) 335.71º 0.22% 0.75% -
XYZ 38.62 34.84 40.29 -
YUV 162.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 190 148 165 0 0.22 0.13 0.25 335.71 0.24 0.66
Hex BE 94 A5 0 16 D 19 150 18 42
Octal 276 224 245 0 26 15 31 520 30 102
Binary 10111110 10010100 10100101 0 10110 1101 11001 101010000 11000 1000010

Color Harmonies of #BE94A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE94A5

Black with #BE94A5

Text Example


Text Example

White with #BE94A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE94A5; }

 p { color: rgb(190,148,165); }

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

background-color css

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

 a { background-color: rgb(190,148,165); }

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

border-color css

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

 span { border-color: rgb(190,148,165); }

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