Html Css Color HEX #BC7FCC East Side

📋 copy color: '#BC7FCC'

red 188 ◦ green 127 ◦ blue 204

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

Shades of East Side #BC7FCC

Tints of East Side #BC7FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.47%

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

R = 36.22%
G = 24.47%
B = 39.31%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC7FCC (or 0xBC7FCC) is known color: East Side. HEX triplet: BC, 7F and CC. RGB value is (188,127,204). Sum of RGB (Red+Green+Blue) = 188+127+204=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC7FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FCC is #438033. Grayscale: #999999. Windows color (decimal): -4423732 or 13402044. OLE color: 13402044.

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

Color convert

RGB 188 127 204 -
CMYK 0.08 0.38 0 0.2
HSL 287.53º 0.43% 0.65% -
HSV(B) 287.53º 0.38% 0.8% -
XYZ 39.23 30.23 60.89 -
YUV 154.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 188 127 204 0.08 0.38 0 0.2 287.53 0.43 0.65
Hex BC 7F CC 8 26 0 14 120 2B 41
Octal 274 177 314 10 46 0 24 440 53 101
Binary 10111100 1111111 11001100 1000 100110 0 10100 100100000 101011 1000001

Color Harmonies of #BC7FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FCC

Black with #BC7FCC

Text Example


Text Example

White with #BC7FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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