Html Css Color HEX #BC84C1 East Side

📋 copy color: '#BC84C1'

red 188 ◦ green 132 ◦ blue 193

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

Shades of East Side #BC84C1

Tints of East Side #BC84C1

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 193 (75.78% from 255) = 37.62%

R = 36.65%
G = 25.73%
B = 37.62%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC84C1 (or 0xBC84C1) is known color: East Side. HEX triplet: BC, 84 and C1. RGB value is (188,132,193). Sum of RGB (Red+Green+Blue) = 188+132+193=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84C1 is #437B3E. Grayscale: #9B9B9B. Windows color (decimal): -4422463 or 12682428. OLE color: 12682428.

HSL color Cylindrical-coordinate representation of color #BC84C1: hue angle of 295.08º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BC84C1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 132 193 -
CMYK 0.03 0.32 0 0.24
HSL 295.08º 0.33% 0.64% -
HSV(B) 295.08º 0.32% 0.76% -
XYZ 38.62 31.04 54.41 -
YUV 155.7 149.05 151.04 -
System Red Green Blue C M Y K H S L
Decimal 188 132 193 0.03 0.32 0 0.24 295.08 0.33 0.64
Hex BC 84 C1 3 20 0 18 127 21 40
Octal 274 204 301 3 40 0 30 447 41 100
Binary 10111100 10000100 11000001 11 100000 0 11000 100100111 100001 1000000

Color Harmonies of #BC84C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84C1

Black with #BC84C1

Text Example


Text Example

White with #BC84C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84C1; }

 p { color: rgb(188,132,193); }

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

background-color css

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

 a { background-color: rgb(188,132,193); }

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

border-color css

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

 span { border-color: rgb(188,132,193); }

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