Html Css Color HEX #BC7CD8 East Side

📋 copy color: '#BC7CD8'

red 188 ◦ green 124 ◦ blue 216

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

Shades of East Side #BC7CD8

Tints of East Side #BC7CD8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.48%

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 35.61%
G = 23.48%
B = 40.91%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC7CD8 (or 0xBC7CD8) is known color: East Side. HEX triplet: BC, 7C and D8. RGB value is (188,124,216). Sum of RGB (Red+Green+Blue) = 188+124+216=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 124 (48.83% from 255 or 23.48% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC7CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CD8 is #438327. Grayscale: #999999. Windows color (decimal): -4424488 or 14187708. OLE color: 14187708.

HSL color Cylindrical-coordinate representation of color #BC7CD8: hue angle of 281.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC7CD8 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 124 216 -
CMYK 0.13 0.43 0 0.15
HSL 281.74º 0.54% 0.67% -
HSV(B) 281.74º 0.43% 0.85% -
XYZ 40.34 30.06 68.64 -
YUV 153.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 188 124 216 0.13 0.43 0 0.15 281.74 0.54 0.67
Hex BC 7C D8 D 2B 0 F 11A 36 43
Octal 274 174 330 15 53 0 17 432 66 103
Binary 10111100 1111100 11011000 1101 101011 0 1111 100011010 110110 1000011

Color Harmonies of #BC7CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CD8

Black with #BC7CD8

Text Example


Text Example

White with #BC7CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CD8; }

 p { color: rgb(188,124,216); }

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

background-color css

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

 a { background-color: rgb(188,124,216); }

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

border-color css

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

 span { border-color: rgb(188,124,216); }

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