Html Css Color HEX #BC7AD1 East Side

📋 copy color: '#BC7AD1'

red 188 ◦ green 122 ◦ blue 209

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

Shades of East Side #BC7AD1

Tints of East Side #BC7AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 209 (82.03% from 255) = 40.27%

R = 36.22%
G = 23.51%
B = 40.27%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC7AD1 (or 0xBC7AD1) is known color: East Side. HEX triplet: BC, 7A and D1. RGB value is (188,122,209). Sum of RGB (Red+Green+Blue) = 188+122+209=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC7AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7AD1 is #43852E. Grayscale: #979797. Windows color (decimal): -4425007 or 13728444. OLE color: 13728444.

HSL color Cylindrical-coordinate representation of color #BC7AD1: hue angle of 285.52º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7AD1 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 122 209 -
CMYK 0.10 0.42 0 0.18
HSL 285.52º 0.49% 0.65% -
HSV(B) 285.52º 0.42% 0.82% -
XYZ 39.21 29.21 63.89 -
YUV 151.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 188 122 209 0.10 0.42 0 0.18 285.52 0.49 0.65
Hex BC 7A D1 A 2A 0 12 11E 31 41
Octal 274 172 321 12 52 0 22 436 61 101
Binary 10111100 1111010 11010001 1010 101010 0 10010 100011110 110001 1000001

Color Harmonies of #BC7AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7AD1

Black with #BC7AD1

Text Example


Text Example

White with #BC7AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7AD1; }

 p { color: rgb(188,122,209); }

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

background-color css

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

 a { background-color: rgb(188,122,209); }

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

border-color css

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

 span { border-color: rgb(188,122,209); }

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