Html Css Color HEX #BC7DCC East Side

📋 copy color: '#BC7DCC'

red 188 ◦ green 125 ◦ blue 204

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

Shades of East Side #BC7DCC

Tints of East Side #BC7DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.46%

R = 36.36%
G = 24.18%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC7DCC (or 0xBC7DCC) is known color: East Side. HEX triplet: BC, 7D and CC. RGB value is (188,125,204). Sum of RGB (Red+Green+Blue) = 188+125+204=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DCC is #438233. Grayscale: #989898. Windows color (decimal): -4424244 or 13401532. OLE color: 13401532.

HSL color Cylindrical-coordinate representation of color #BC7DCC: hue angle of 287.85º 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 #BC7DCC is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 125 204 -
CMYK 0.08 0.39 0 0.2
HSL 287.85º 0.44% 0.65% -
HSV(B) 287.85º 0.39% 0.8% -
XYZ 38.97 29.72 60.81 -
YUV 152.84 156.87 153.08 -
System Red Green Blue C M Y K H S L
Decimal 188 125 204 0.08 0.39 0 0.2 287.85 0.44 0.65
Hex BC 7D CC 8 27 0 14 120 2C 41
Octal 274 175 314 10 47 0 24 440 54 101
Binary 10111100 1111101 11001100 1000 100111 0 10100 100100000 101100 1000001

Color Harmonies of #BC7DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DCC

Black with #BC7DCC

Text Example


Text Example

White with #BC7DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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