#B651DD

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

Shades of Medium Orchid #B651DD

Tints of Medium Orchid #B651DD

Color information

#B651DD (or 0xB651DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 51 and DD. RGB value is (182,81,221). Sum of RGB (Red+Green+Blue) = 182+81+221=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 81 (32.03% from 255 or 16.74% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #B651DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B651DD is #49AE22. Grayscale: #7E7E7E. Windows color (decimal): -4828707 or 14504374. OLE color: 14504374.

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

Color convert

RGB18281221-
CMYK0.180.6300.13
HSL283.29º67.31%59.22%-
HSV(B)283.29º63.35%86.67%-
XYZ35.2821.0570.61-
YUV127.16180.96167.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 81 (32.03% from 255) = 16.74%
BLUE value IS 221 (86.72% from 255) = 45.66%
R=37.60%
G=16.74%
B=45.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182812210.180.6300.13283.2967.3159.22
HexB651DD123F0D11b433b
Octal266121335227701543310373
Binary1011011010100011101110110010111111011011000110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B651DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B651DD; }

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

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

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

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

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

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

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

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