Html Css Color HEX #BC7DD5 East Side

📋 copy color: '#BC7DD5'

red 188 ◦ green 125 ◦ blue 213

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

Shades of East Side #BC7DD5

Tints of East Side #BC7DD5

RGB

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

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

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

R = 35.74%
G = 23.76%
B = 40.49%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC7DD5 (or 0xBC7DD5) is known color: East Side. HEX triplet: BC, 7D and D5. RGB value is (188,125,213). Sum of RGB (Red+Green+Blue) = 188+125+213=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DD5 is #43822A. Grayscale: #999999. Windows color (decimal): -4424235 or 13991356. OLE color: 13991356.

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

Color convert

RGB 188 125 213 -
CMYK 0.12 0.41 0 0.16
HSL 282.95º 0.51% 0.66% -
HSV(B) 282.95º 0.41% 0.84% -
XYZ 40.08 30.16 66.66 -
YUV 153.87 161.37 152.34 -
System Red Green Blue C M Y K H S L
Decimal 188 125 213 0.12 0.41 0 0.16 282.95 0.51 0.66
Hex BC 7D D5 C 29 0 10 11B 33 42
Octal 274 175 325 14 51 0 20 433 63 102
Binary 10111100 1111101 11010101 1100 101001 0 10000 100011011 110011 1000010

Color Harmonies of #BC7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DD5

Black with #BC7DD5

Text Example


Text Example

White with #BC7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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