Html Css Color HEX #BC8CC7 East Side

📋 copy color: '#BC8CC7'

red 188 ◦ green 140 ◦ blue 199

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

Shades of East Side #BC8CC7

Tints of East Side #BC8CC7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.57%

 BLUE value IS 199 (78.13% from 255) = 37.76%

R = 35.67%
G = 26.57%
B = 37.76%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC8CC7 (or 0xBC8CC7) is known color: East Side. HEX triplet: BC, 8C and C7. RGB value is (188,140,199). Sum of RGB (Red+Green+Blue) = 188+140+199=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC8CC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CC7 is #437338. Grayscale: #A0A0A0. Windows color (decimal): -4420409 or 13077692. OLE color: 13077692.

HSL color Cylindrical-coordinate representation of color #BC8CC7: hue angle of 288.81º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8CC7 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 140 199 -
CMYK 0.06 0.30 0 0.22
HSL 288.81º 0.35% 0.66% -
HSV(B) 288.81º 0.3% 0.78% -
XYZ 40.43 33.57 58.38 -
YUV 161.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 188 140 199 0.06 0.30 0 0.22 288.81 0.35 0.66
Hex BC 8C C7 6 1E 0 16 121 23 42
Octal 274 214 307 6 36 0 26 441 43 102
Binary 10111100 10001100 11000111 110 11110 0 10110 100100001 100011 1000010

Color Harmonies of #BC8CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CC7

Black with #BC8CC7

Text Example


Text Example

White with #BC8CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CC7; }

 p { color: rgb(188,140,199); }

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

background-color css

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

 a { background-color: rgb(188,140,199); }

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

border-color css

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

 span { border-color: rgb(188,140,199); }

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