Html Css Color HEX #BC79CA East Side

📋 copy color: '#BC79CA'

red 188 ◦ green 121 ◦ blue 202

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

Shades of East Side #BC79CA

Tints of East Side #BC79CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.68%

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

R = 36.79%
G = 23.68%
B = 39.53%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC79CA (or 0xBC79CA) is known color: East Side. HEX triplet: BC, 79 and CA. RGB value is (188,121,202). Sum of RGB (Red+Green+Blue) = 188+121+202=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC79CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79CA is #438635. Grayscale: #969696. Windows color (decimal): -4425270 or 13269436. OLE color: 13269436.

HSL color Cylindrical-coordinate representation of color #BC79CA: hue angle of 289.63º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC79CA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 121 202 -
CMYK 0.07 0.40 0 0.21
HSL 289.63º 0.43% 0.63% -
HSV(B) 289.63º 0.4% 0.79% -
XYZ 38.24 28.63 59.39 -
YUV 150.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 188 121 202 0.07 0.40 0 0.21 289.63 0.43 0.63
Hex BC 79 CA 7 28 0 15 122 2B 3F
Octal 274 171 312 7 50 0 25 442 53 77
Binary 10111100 1111001 11001010 111 101000 0 10101 100100010 101011 111111

Color Harmonies of #BC79CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC79CA

Black with #BC79CA

Text Example


Text Example

White with #BC79CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC79CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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