Html Css Color HEX #BC7FD6 East Side

📋 copy color: '#BC7FD6'

red 188 ◦ green 127 ◦ blue 214

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

Shades of East Side #BC7FD6

Tints of East Side #BC7FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.45%

R = 35.54%
G = 24.01%
B = 40.45%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC7FD6 (or 0xBC7FD6) is known color: East Side. HEX triplet: BC, 7F and D6. RGB value is (188,127,214). Sum of RGB (Red+Green+Blue) = 188+127+214=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #BC7FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FD6 is #438029. Grayscale: #9A9A9A. Windows color (decimal): -4423722 or 14057404. OLE color: 14057404.

HSL color Cylindrical-coordinate representation of color #BC7FD6: hue angle of 282.07º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC7FD6 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 127 214 -
CMYK 0.12 0.41 0 0.16
HSL 282.07º 0.51% 0.67% -
HSV(B) 282.07º 0.41% 0.84% -
XYZ 40.47 30.73 67.42 -
YUV 155.16 161.21 151.43 -
System Red Green Blue C M Y K H S L
Decimal 188 127 214 0.12 0.41 0 0.16 282.07 0.51 0.67
Hex BC 7F D6 C 29 0 10 11A 33 43
Octal 274 177 326 14 51 0 20 432 63 103
Binary 10111100 1111111 11010110 1100 101001 0 10000 100011010 110011 1000011

Color Harmonies of #BC7FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FD6

Black with #BC7FD6

Text Example


Text Example

White with #BC7FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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