#BE7BCC

Color #BE7BCC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #BE7BCC

Tints of East Side #BE7BCC

Color information

#BE7BCC (or 0xBE7BCC) is unknown color: approx East Side. HEX triplet: BE, 7B and CC. RGB value is (190,123,204). Sum of RGB (Red+Green+Blue) = 190+123+204=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #BE7BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE7BCC is #418433. Grayscale: #989898. Windows color (decimal): -4293684 or 13401022. OLE color: 13401022.

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

Color convert

RGB190123204-
CMYK0.070.4000.2
HSL289.63º44.26%64.12%-
HSV(B)289.63º39.71%80%-
XYZ39.2229.4760.75-
YUV152.27157.2154.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.75%
GREEN value IS 123 (48.44% from 255) = 23.79%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=36.75%
G=23.79%
B=39.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1901232040.070.4000.2289.6344.2664.12
HexBE7BCC7280141222c40
Octal27617331475002444254100
Binary101111101111011110011001111010000101001001000101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BCC; }

 p { color: rgb(190,123,204); }

 H1.HeaderClassName
 {
   color: #BE7BCC;
 }
 .AnyTagClassName
 {
   color: #BE7BCC;
 }
</style>
background-color css

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

 a { background-color: rgb(190,123,204); }

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

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

 span { border-color: rgb(190,123,204); }

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