#B64CDE

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

Shades of Medium Orchid #B64CDE

Tints of Medium Orchid #B64CDE

Color information

#B64CDE (or 0xB64CDE) is unknown color: approx Medium Orchid. HEX triplet: B6, 4C and DE. RGB value is (182,76,222). Sum of RGB (Red+Green+Blue) = 182+76+222=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 76 (30.08% from 255 or 15.83% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #B64CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CDE is #49B321. Grayscale: #7B7B7B. Windows color (decimal): -4829986 or 14568630. OLE color: 14568630.

HSL color Cylindrical-coordinate representation of color #B64CDE: hue angle of 283.56º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B64CDE is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18276222-
CMYK0.180.6600.13
HSL283.56º68.87%58.43%-
HSV(B)283.56º65.77%87.06%-
XYZ35.0620.3971.19-
YUV124.34183.12169.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 76 (30.08% from 255) = 15.83%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=37.92%
G=15.83%
B=46.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182762220.180.6600.13283.5668.8758.43
HexB64CDE12420D11c453a
Octal2661143362210201543410572
Binary10110110100110011011110100101000010011011000111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64CDE; }

 p { color: rgb(182,76,222); }

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

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

 a { background-color: rgb(182,76,222); }

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

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

 span { border-color: rgb(182,76,222); }

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