#B764CD

Color #B764CD Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B764CD

Tints of Medium Orchid #B764CD

Color information

#B764CD (or 0xB764CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 64 and CD. RGB value is (183,100,205). Sum of RGB (Red+Green+Blue) = 183+100+205=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #B764CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B764CD is #489B32. Grayscale: #888888. Windows color (decimal): -4758323 or 13460663. OLE color: 13460663.

HSL color Cylindrical-coordinate representation of color #B764CD: hue angle of 287.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B764CD is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB183100205-
CMYK0.110.5100.20
HSL287.43º51.22%59.8%-
HSV(B)287.43º51.22%80.39%-
XYZ35.1123.5960.46-
YUV136.79166.5160.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 100 (39.45% from 255) = 20.49%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=37.5%
G=20.49%
B=42.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831002050.110.5100.20287.4351.2259.8
HexB764CDB3301411f333c
Octal26714431513630244376374
Binary101101111100100110011011011110011010100100011111110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764CD; }

 p { color: rgb(183,100,205); }

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

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

 a { background-color: rgb(183,100,205); }

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

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

 span { border-color: rgb(183,100,205); }

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