Html Css Color HEX #BC82C1 East Side

📋 copy color: '#BC82C1'

red 188 ◦ green 130 ◦ blue 193

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

Shades of East Side #BC82C1

Tints of East Side #BC82C1

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.44%

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

R = 36.79%
G = 25.44%
B = 37.77%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC82C1 (or 0xBC82C1) is known color: East Side. HEX triplet: BC, 82 and C1. RGB value is (188,130,193). Sum of RGB (Red+Green+Blue) = 188+130+193=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC82C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82C1 is #437D3E. Grayscale: #9A9A9A. Windows color (decimal): -4422975 or 12681916. OLE color: 12681916.

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

Color convert

RGB 188 130 193 -
CMYK 0.03 0.33 0 0.24
HSL 295.24º 0.34% 0.63% -
HSV(B) 295.24º 0.33% 0.76% -
XYZ 38.35 30.51 54.32 -
YUV 154.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 188 130 193 0.03 0.33 0 0.24 295.24 0.34 0.63
Hex BC 82 C1 3 21 0 18 127 22 3F
Octal 274 202 301 3 41 0 30 447 42 77
Binary 10111100 10000010 11000001 11 100001 0 11000 100100111 100010 111111

Color Harmonies of #BC82C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82C1

Black with #BC82C1

Text Example


Text Example

White with #BC82C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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