Html Css Color HEX #BC7DC2 East Side

📋 copy color: '#BC7DC2'

red 188 ◦ green 125 ◦ blue 194

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

Shades of East Side #BC7DC2

Tints of East Side #BC7DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.26%

R = 37.08%
G = 24.65%
B = 38.26%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC7DC2 (or 0xBC7DC2) is known color: East Side. HEX triplet: BC, 7D and C2. RGB value is (188,125,194). Sum of RGB (Red+Green+Blue) = 188+125+194=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DC2 is #43823D. Grayscale: #979797. Windows color (decimal): -4424254 or 12746172. OLE color: 12746172.

HSL color Cylindrical-coordinate representation of color #BC7DC2: hue angle of 294.78º degrees, saturation: 0.36, 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 #BC7DC2 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 125 194 -
CMYK 0.03 0.36 0 0.24
HSL 294.78º 0.36% 0.63% -
HSV(B) 294.78º 0.36% 0.76% -
XYZ 37.81 29.25 54.69 -
YUV 151.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 188 125 194 0.03 0.36 0 0.24 294.78 0.36 0.63
Hex BC 7D C2 3 24 0 18 127 24 3F
Octal 274 175 302 3 44 0 30 447 44 77
Binary 10111100 1111101 11000010 11 100100 0 11000 100100111 100100 111111

Color Harmonies of #BC7DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DC2

Black with #BC7DC2

Text Example


Text Example

White with #BC7DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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