#BF82CD

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

Shades of East Side #BF82CD

Tints of East Side #BF82CD

Color information

#BF82CD (or 0xBF82CD) is unknown color: approx East Side. HEX triplet: BF, 82 and CD. RGB value is (191,130,205). Sum of RGB (Red+Green+Blue) = 191+130+205=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF82CD is #407D32. Grayscale: #9C9C9C. Windows color (decimal): -4226355 or 13468351. OLE color: 13468351.

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

Color convert

RGB191130205-
CMYK0.070.3700.20
HSL288.8º42.86%65.69%-
HSV(B)288.8º36.59%80.39%-
XYZ40.4931.4561.69-
YUV156.79155.21152.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 130 (51.17% from 255) = 24.71%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=36.31%
G=24.71%
B=38.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911302050.070.3700.20288.842.8665.69
HexBF82CD7250141212b42
Octal27720231574502444153102
Binary1011111110000010110011011111001010101001001000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82CD; }

 p { color: rgb(191,130,205); }

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

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

 a { background-color: rgb(191,130,205); }

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

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

 span { border-color: rgb(191,130,205); }

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