Html Css Color HEX #BC88A3 Viola

📋 copy color: '#BC88A3'

red 188 ◦ green 136 ◦ blue 163

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

Shades of Viola #BC88A3

Tints of Viola #BC88A3

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.93%

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

R = 38.6%
G = 27.93%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC88A3 (or 0xBC88A3) is known color: Viola. HEX triplet: BC, 88 and A3. RGB value is (188,136,163). Sum of RGB (Red+Green+Blue) = 188+136+163=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BC88A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC88A3 is #43775C. Grayscale: #9A9A9A. Windows color (decimal): -4421469 or 10717372. OLE color: 10717372.

HSL color Cylindrical-coordinate representation of color #BC88A3: hue angle of 328.85º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC88A3 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 136 163 -
CMYK 0 0.28 0.13 0.26
HSL 328.85º 0.28% 0.64% -
HSV(B) 328.85º 0.28% 0.74% -
XYZ 36.15 30.94 38.72 -
YUV 154.63 132.73 151.8 -
System Red Green Blue C M Y K H S L
Decimal 188 136 163 0 0.28 0.13 0.26 328.85 0.28 0.64
Hex BC 88 A3 0 1C D 1A 149 1C 40
Octal 274 210 243 0 34 15 32 511 34 100
Binary 10111100 10001000 10100011 0 11100 1101 11010 101001001 11100 1000000

Color Harmonies of #BC88A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC88A3

Black with #BC88A3

Text Example


Text Example

White with #BC88A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC88A3; }

 p { color: rgb(188,136,163); }

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

background-color css

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

 a { background-color: rgb(188,136,163); }

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

border-color css

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

 span { border-color: rgb(188,136,163); }

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