Html Css Color HEX #BC7CD0 East Side

📋 copy color: '#BC7CD0'

red 188 ◦ green 124 ◦ blue 208

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

Shades of East Side #BC7CD0

Tints of East Side #BC7CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.85%

 BLUE value IS 208 (81.64% from 255) = 40%

R = 36.15%
G = 23.85%
B = 40%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC7CD0 (or 0xBC7CD0) is known color: East Side. HEX triplet: BC, 7C and D0. RGB value is (188,124,208). Sum of RGB (Red+Green+Blue) = 188+124+208=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC7CD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD0 is #43832F. Grayscale: #989898. Windows color (decimal): -4424496 or 13663420. OLE color: 13663420.

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

Color convert

RGB 188 124 208 -
CMYK 0.10 0.40 0 0.18
HSL 285.71º 0.47% 0.65% -
HSV(B) 285.71º 0.4% 0.82% -
XYZ 39.33 29.66 63.33 -
YUV 152.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 188 124 208 0.10 0.40 0 0.18 285.71 0.47 0.65
Hex BC 7C D0 A 28 0 12 11E 2F 41
Octal 274 174 320 12 50 0 22 436 57 101
Binary 10111100 1111100 11010000 1010 101000 0 10010 100011110 101111 1000001

Color Harmonies of #BC7CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CD0

Black with #BC7CD0

Text Example


Text Example

White with #BC7CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CD0; }

 p { color: rgb(188,124,208); }

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

background-color css

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

 a { background-color: rgb(188,124,208); }

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

border-color css

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

 span { border-color: rgb(188,124,208); }

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