Html Css Color HEX #BD7DC5 East Side

📋 copy color: '#BD7DC5'

red 189 ◦ green 125 ◦ blue 197

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

Shades of East Side #BD7DC5

Tints of East Side #BD7DC5

RGB

 RED value IS 189 (74.22% from 255) = 36.99%

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

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 36.99%
G = 24.46%
B = 38.55%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD7DC5 (or 0xBD7DC5) is known color: East Side. HEX triplet: BD, 7D and C5. RGB value is (189,125,197). Sum of RGB (Red+Green+Blue) = 189+125+197=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD7DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7DC5 is #42823A. Grayscale: #989898. Windows color (decimal): -4358715 or 12942781. OLE color: 12942781.

HSL color Cylindrical-coordinate representation of color #BD7DC5: hue angle of 293.33º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD7DC5 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 125 197 -
CMYK 0.04 0.37 0 0.23
HSL 293.33º 0.38% 0.63% -
HSV(B) 293.33º 0.37% 0.77% -
XYZ 38.4 29.52 56.5 -
YUV 152.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 189 125 197 0.04 0.37 0 0.23 293.33 0.38 0.63
Hex BD 7D C5 4 25 0 17 125 26 3F
Octal 275 175 305 4 45 0 27 445 46 77
Binary 10111101 1111101 11000101 100 100101 0 10111 100100101 100110 111111

Color Harmonies of #BD7DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7DC5

Black with #BD7DC5

Text Example


Text Example

White with #BD7DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7DC5; }

 p { color: rgb(189,125,197); }

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

background-color css

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

 a { background-color: rgb(189,125,197); }

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

border-color css

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

 span { border-color: rgb(189,125,197); }

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