Html Css Color HEX #BC7DCB East Side

📋 copy color: '#BC7DCB'

red 188 ◦ green 125 ◦ blue 203

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

Shades of East Side #BC7DCB

Tints of East Side #BC7DCB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 36.43%
G = 24.22%
B = 39.34%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC7DCB (or 0xBC7DCB) is known color: East Side. HEX triplet: BC, 7D and CB. RGB value is (188,125,203). Sum of RGB (Red+Green+Blue) = 188+125+203=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7DCB is #438234. Grayscale: #989898. Windows color (decimal): -4424245 or 13335996. OLE color: 13335996.

HSL color Cylindrical-coordinate representation of color #BC7DCB: hue angle of 288.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC7DCB is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 125 203 -
CMYK 0.07 0.38 0 0.20
HSL 288.46º 0.43% 0.64% -
HSV(B) 288.46º 0.38% 0.8% -
XYZ 38.85 29.67 60.18 -
YUV 152.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 188 125 203 0.07 0.38 0 0.20 288.46 0.43 0.64
Hex BC 7D CB 7 26 0 14 120 2B 40
Octal 274 175 313 7 46 0 24 440 53 100
Binary 10111100 1111101 11001011 111 100110 0 10100 100100000 101011 1000000

Color Harmonies of #BC7DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DCB

Black with #BC7DCB

Text Example


Text Example

White with #BC7DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DCB; }

 p { color: rgb(188,125,203); }

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

background-color css

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

 a { background-color: rgb(188,125,203); }

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

border-color css

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

 span { border-color: rgb(188,125,203); }

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