Html Css Color HEX #BC7DCD East Side

📋 copy color: '#BC7DCD'

red 188 ◦ green 125 ◦ blue 205

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

Shades of East Side #BC7DCD

Tints of East Side #BC7DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.58%

R = 36.29%
G = 24.13%
B = 39.58%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC7DCD (or 0xBC7DCD) is known color: East Side. HEX triplet: BC, 7D and CD. RGB value is (188,125,205). Sum of RGB (Red+Green+Blue) = 188+125+205=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC7DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DCD is #438232. Grayscale: #989898. Windows color (decimal): -4424243 or 13467068. OLE color: 13467068.

HSL color Cylindrical-coordinate representation of color #BC7DCD: hue angle of 287.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7DCD is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 125 205 -
CMYK 0.08 0.39 0 0.20
HSL 287.25º 0.44% 0.65% -
HSV(B) 287.25º 0.39% 0.8% -
XYZ 39.09 29.77 61.44 -
YUV 152.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 188 125 205 0.08 0.39 0 0.20 287.25 0.44 0.65
Hex BC 7D CD 8 27 0 14 11F 2C 41
Octal 274 175 315 10 47 0 24 437 54 101
Binary 10111100 1111101 11001101 1000 100111 0 10100 100011111 101100 1000001

Color Harmonies of #BC7DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DCD

Black with #BC7DCD

Text Example


Text Example

White with #BC7DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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