Html Css Color HEX #BC7DC3 East Side

📋 copy color: '#BC7DC3'

red 188 ◦ green 125 ◦ blue 195

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

Shades of East Side #BC7DC3

Tints of East Side #BC7DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 37.01%
G = 24.61%
B = 38.39%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC7DC3 (or 0xBC7DC3) is known color: East Side. HEX triplet: BC, 7D and C3. RGB value is (188,125,195). Sum of RGB (Red+Green+Blue) = 188+125+195=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC7DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC3 is #43823C. Grayscale: #979797. Windows color (decimal): -4424253 or 12811708. OLE color: 12811708.

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

Color convert

RGB 188 125 195 -
CMYK 0.04 0.36 0 0.24
HSL 294º 0.37% 0.63% -
HSV(B) 294º 0.36% 0.76% -
XYZ 37.92 29.3 55.29 -
YUV 151.82 152.37 153.81 -
System Red Green Blue C M Y K H S L
Decimal 188 125 195 0.04 0.36 0 0.24 294 0.37 0.63
Hex BC 7D C3 4 24 0 18 126 25 3F
Octal 274 175 303 4 44 0 30 446 45 77
Binary 10111100 1111101 11000011 100 100100 0 11000 100100110 100101 111111

Color Harmonies of #BC7DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DC3

Black with #BC7DC3

Text Example


Text Example

White with #BC7DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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