Html Css Color HEX #BC7CCA East Side

📋 copy color: '#BC7CCA'

red 188 ◦ green 124 ◦ blue 202

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

Shades of East Side #BC7CCA

Tints of East Side #BC7CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.12%

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

R = 36.58%
G = 24.12%
B = 39.3%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC7CCA (or 0xBC7CCA) is known color: East Side. HEX triplet: BC, 7C and CA. RGB value is (188,124,202). Sum of RGB (Red+Green+Blue) = 188+124+202=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 124 (48.83% from 255 or 24.12% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC7CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7CCA is #438335. Grayscale: #979797. Windows color (decimal): -4424502 or 13270204. OLE color: 13270204.

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

Color convert

RGB 188 124 202 -
CMYK 0.07 0.39 0 0.21
HSL 289.23º 0.42% 0.64% -
HSV(B) 289.23º 0.39% 0.79% -
XYZ 38.61 29.37 59.51 -
YUV 152.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 188 124 202 0.07 0.39 0 0.21 289.23 0.42 0.64
Hex BC 7C CA 7 27 0 15 121 2A 40
Octal 274 174 312 7 47 0 25 441 52 100
Binary 10111100 1111100 11001010 111 100111 0 10101 100100001 101010 1000000

Color Harmonies of #BC7CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CCA

Black with #BC7CCA

Text Example


Text Example

White with #BC7CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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