Html Css Color HEX #BC87CA East Side

📋 copy color: '#BC87CA'

red 188 ◦ green 135 ◦ blue 202

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

Shades of East Side #BC87CA

Tints of East Side #BC87CA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.71%

 BLUE value IS 202 (79.3% from 255) = 38.48%

R = 35.81%
G = 25.71%
B = 38.48%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC87CA (or 0xBC87CA) is known color: East Side. HEX triplet: BC, 87 and CA. RGB value is (188,135,202). Sum of RGB (Red+Green+Blue) = 188+135+202=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC87CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87CA is #437835. Grayscale: #9E9E9E. Windows color (decimal): -4421686 or 13273020. OLE color: 13273020.

HSL color Cylindrical-coordinate representation of color #BC87CA: hue angle of 287.46º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC87CA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 135 202 -
CMYK 0.07 0.33 0 0.21
HSL 287.46º 0.39% 0.66% -
HSV(B) 287.46º 0.33% 0.79% -
XYZ 40.06 32.28 60 -
YUV 158.49 152.56 149.05 -
System Red Green Blue C M Y K H S L
Decimal 188 135 202 0.07 0.33 0 0.21 287.46 0.39 0.66
Hex BC 87 CA 7 21 0 15 11F 27 42
Octal 274 207 312 7 41 0 25 437 47 102
Binary 10111100 10000111 11001010 111 100001 0 10101 100011111 100111 1000010

Color Harmonies of #BC87CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87CA

Black with #BC87CA

Text Example


Text Example

White with #BC87CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87CA; }

 p { color: rgb(188,135,202); }

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

background-color css

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

 a { background-color: rgb(188,135,202); }

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

border-color css

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

 span { border-color: rgb(188,135,202); }

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