Html Css Color HEX #BC7DD7 East Side

📋 copy color: '#BC7DD7'

red 188 ◦ green 125 ◦ blue 215

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

Shades of East Side #BC7DD7

Tints of East Side #BC7DD7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.67%

 BLUE value IS 215 (84.38% from 255) = 40.72%

R = 35.61%
G = 23.67%
B = 40.72%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC7DD7 (or 0xBC7DD7) is known color: East Side. HEX triplet: BC, 7D and D7. RGB value is (188,125,215). Sum of RGB (Red+Green+Blue) = 188+125+215=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 125 (49.22% from 255 or 23.67% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC7DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DD7 is #438228. Grayscale: #999999. Windows color (decimal): -4424233 or 14122428. OLE color: 14122428.

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

Color convert

RGB 188 125 215 -
CMYK 0.13 0.42 0 0.16
HSL 282º 0.53% 0.67% -
HSV(B) 282º 0.42% 0.84% -
XYZ 40.34 30.26 68.01 -
YUV 154.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 188 125 215 0.13 0.42 0 0.16 282 0.53 0.67
Hex BC 7D D7 D 2A 0 10 11A 35 43
Octal 274 175 327 15 52 0 20 432 65 103
Binary 10111100 1111101 11010111 1101 101010 0 10000 100011010 110101 1000011

Color Harmonies of #BC7DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DD7

Black with #BC7DD7

Text Example


Text Example

White with #BC7DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DD7; }

 p { color: rgb(188,125,215); }

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

background-color css

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

 a { background-color: rgb(188,125,215); }

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

border-color css

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

 span { border-color: rgb(188,125,215); }

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