#B64BDF

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

Shades of Medium Orchid #B64BDF

Tints of Medium Orchid #B64BDF

Color information

#B64BDF (or 0xB64BDF) is unknown color: approx Medium Orchid. HEX triplet: B6, 4B and DF. RGB value is (182,75,223). Sum of RGB (Red+Green+Blue) = 182+75+223=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 75 (29.69% from 255 or 15.62% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B64BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BDF is #49B420. Grayscale: #7B7B7B. Windows color (decimal): -4830241 or 14633910. OLE color: 14633910.

HSL color Cylindrical-coordinate representation of color #B64BDF: hue angle of 283.38º degrees, saturation: 0.7, 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 #B64BDF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18275223-
CMYK0.180.6600.13
HSL283.38º69.81%58.43%-
HSV(B)283.38º66.37%87.45%-
XYZ35.1320.371.88-
YUV123.86183.95169.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.92%
GREEN value IS 75 (29.69% from 255) = 15.62%
BLUE value IS 223 (87.5% from 255) = 46.46%
R=37.92%
G=15.62%
B=46.46%

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
Decimal182752230.180.6600.13283.3869.8158.43
HexB64BDF12420D11b463a
Octal2661133372210201543310672
Binary10110110100101111011111100101000010011011000110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64BDF; }

 p { color: rgb(182,75,223); }

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

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

 a { background-color: rgb(182,75,223); }

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

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

 span { border-color: rgb(182,75,223); }

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