#B654DD

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

Shades of Medium Orchid #B654DD

Tints of Medium Orchid #B654DD

Color information

#B654DD (or 0xB654DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 54 and DD. RGB value is (182,84,221). Sum of RGB (Red+Green+Blue) = 182+84+221=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 84 (33.20% from 255 or 17.25% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #B654DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654DD is #49AB22. Grayscale: #808080. Windows color (decimal): -4827939 or 14505142. OLE color: 14505142.

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

Color convert

RGB18284221-
CMYK0.180.6200.13
HSL282.92º66.83%59.8%-
HSV(B)282.92º61.99%86.67%-
XYZ35.5121.5170.69-
YUV128.92179.97165.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 84 (33.20% from 255) = 17.25%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=37.37%
G=17.25%
B=45.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182842210.180.6200.13282.9266.8359.8
HexB654DD123E0D11b433c
Octal266124335227601543310374
Binary1011011010101001101110110010111110011011000110111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654DD; }

 p { color: rgb(182,84,221); }

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

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

 a { background-color: rgb(182,84,221); }

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

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

 span { border-color: rgb(182,84,221); }

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