Html Css Color HEX #BC94A5 Viola

📋 copy color: '#BC94A5'

red 188 ◦ green 148 ◦ blue 165

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

Shades of Viola #BC94A5

Tints of Viola #BC94A5

RGB

 RED value IS 188 (73.83% from 255) = 37.52%

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

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

R = 37.52%
G = 29.54%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC94A5 (or 0xBC94A5) is known color: Viola. HEX triplet: BC, 94 and A5. RGB value is (188,148,165). Sum of RGB (Red+Green+Blue) = 188+148+165=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94A5 is #436B5A. Grayscale: #A1A1A1. Windows color (decimal): -4418395 or 10851516. OLE color: 10851516.

HSL color Cylindrical-coordinate representation of color #BC94A5: hue angle of 334.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC94A5 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 165 -
CMYK 0 0.21 0.12 0.26
HSL 334.5º 0.23% 0.66% -
HSV(B) 334.5º 0.21% 0.74% -
XYZ 38.12 34.59 40.26 -
YUV 161.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 188 148 165 0 0.21 0.12 0.26 334.5 0.23 0.66
Hex BC 94 A5 0 15 C 1A 14E 17 42
Octal 274 224 245 0 25 14 32 516 27 102
Binary 10111100 10010100 10100101 0 10101 1100 11010 101001110 10111 1000010

Color Harmonies of #BC94A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94A5

Black with #BC94A5

Text Example


Text Example

White with #BC94A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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