Html Css Color HEX #BC78C3 East Side

📋 copy color: '#BC78C3'

red 188 ◦ green 120 ◦ blue 195

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

Shades of East Side #BC78C3

Tints of East Side #BC78C3

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.86%

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

R = 37.38%
G = 23.86%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC78C3 (or 0xBC78C3) is known color: East Side. HEX triplet: BC, 78 and C3. RGB value is (188,120,195). Sum of RGB (Red+Green+Blue) = 188+120+195=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC78C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC78C3 is #43873C. Grayscale: #949494. Windows color (decimal): -4425533 or 12810428. OLE color: 12810428.

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

Color convert

RGB 188 120 195 -
CMYK 0.04 0.38 0 0.24
HSL 294.4º 0.38% 0.62% -
HSV(B) 294.4º 0.38% 0.76% -
XYZ 37.31 28.06 55.08 -
YUV 148.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 188 120 195 0.04 0.38 0 0.24 294.4 0.38 0.62
Hex BC 78 C3 4 26 0 18 126 26 3E
Octal 274 170 303 4 46 0 30 446 46 76
Binary 10111100 1111000 11000011 100 100110 0 11000 100100110 100110 111110

Color Harmonies of #BC78C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC78C3

Black with #BC78C3

Text Example


Text Example

White with #BC78C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC78C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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