Html Css Color HEX #BC84D3 East Side

📋 copy color: '#BC84D3'

red 188 ◦ green 132 ◦ blue 211

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

Shades of East Side #BC84D3

Tints of East Side #BC84D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.74%

R = 35.4%
G = 24.86%
B = 39.74%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC84D3 (or 0xBC84D3) is known color: East Side. HEX triplet: BC, 84 and D3. RGB value is (188,132,211). Sum of RGB (Red+Green+Blue) = 188+132+211=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 211 (82.81% from 255 or 39.74% from 531); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC84D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84D3 is #437B2C. Grayscale: #9D9D9D. Windows color (decimal): -4422445 or 13862076. OLE color: 13862076.

HSL color Cylindrical-coordinate representation of color #BC84D3: hue angle of 282.53º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC84D3 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 132 211 -
CMYK 0.11 0.37 0 0.17
HSL 282.53º 0.47% 0.67% -
HSV(B) 282.53º 0.37% 0.83% -
XYZ 40.75 31.9 65.64 -
YUV 157.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 188 132 211 0.11 0.37 0 0.17 282.53 0.47 0.67
Hex BC 84 D3 B 25 0 11 11B 2F 43
Octal 274 204 323 13 45 0 21 433 57 103
Binary 10111100 10000100 11010011 1011 100101 0 10001 100011011 101111 1000011

Color Harmonies of #BC84D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84D3

Black with #BC84D3

Text Example


Text Example

White with #BC84D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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