Html Css Color HEX #BC7CD5 East Side

📋 copy color: '#BC7CD5'

red 188 ◦ green 124 ◦ blue 213

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

Shades of East Side #BC7CD5

Tints of East Side #BC7CD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.57%

R = 35.81%
G = 23.62%
B = 40.57%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC7CD5 (or 0xBC7CD5) is known color: East Side. HEX triplet: BC, 7C and D5. RGB value is (188,124,213). Sum of RGB (Red+Green+Blue) = 188+124+213=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC7CD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD5 is #43832A. Grayscale: #989898. Windows color (decimal): -4424491 or 13991100. OLE color: 13991100.

HSL color Cylindrical-coordinate representation of color #BC7CD5: hue angle of 283.15º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC7CD5 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 124 213 -
CMYK 0.12 0.42 0 0.16
HSL 283.15º 0.51% 0.66% -
HSV(B) 283.15º 0.42% 0.84% -
XYZ 39.96 29.91 66.62 -
YUV 153.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 188 124 213 0.12 0.42 0 0.16 283.15 0.51 0.66
Hex BC 7C D5 C 2A 0 10 11B 33 42
Octal 274 174 325 14 52 0 20 433 63 102
Binary 10111100 1111100 11010101 1100 101010 0 10000 100011011 110011 1000010

Color Harmonies of #BC7CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CD5

Black with #BC7CD5

Text Example


Text Example

White with #BC7CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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