#B65DDB

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

Shades of Medium Orchid #B65DDB

Tints of Medium Orchid #B65DDB

Color information

#B65DDB (or 0xB65DDB) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and DB. RGB value is (182,93,219). Sum of RGB (Red+Green+Blue) = 182+93+219=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 93 (36.72% from 255 or 18.83% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #B65DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65DDB is #49A224. Grayscale: #858585. Windows color (decimal): -4825637 or 14376374. OLE color: 14376374.

HSL color Cylindrical-coordinate representation of color #B65DDB: hue angle of 282.38º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B65DDB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18293219-
CMYK0.170.5800.14
HSL282.38º63.64%61.18%-
HSV(B)282.38º57.53%85.88%-
XYZ35.9922.8969.54-
YUV133.98175.99162.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 93 (36.72% from 255) = 18.83%
BLUE value IS 219 (85.94% from 255) = 44.33%
R=36.84%
G=18.83%
B=44.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182932190.170.5800.14282.3863.6461.18
HexB65DDB113A0E11a403d
Octal266135333217201643210075
Binary1011011010111011101101110001111010011101000110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DDB; }

 p { color: rgb(182,93,219); }

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

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

 a { background-color: rgb(182,93,219); }

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

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

 span { border-color: rgb(182,93,219); }

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