#B742DD

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

Shades of Medium Orchid #B742DD

Tints of Medium Orchid #B742DD

Color information

#B742DD (or 0xB742DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 42 and DD. RGB value is (183,66,221). Sum of RGB (Red+Green+Blue) = 183+66+221=470 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.94% from 470); Green value is 66 (26.17% from 255 or 14.04% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #B742DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B742DD is #48BD22. Grayscale: #767676. Windows color (decimal): -4767011 or 14500535. OLE color: 14500535.

HSL color Cylindrical-coordinate representation of color #B742DD: hue angle of 285.29º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B742DD is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18366221-
CMYK0.170.7000.13
HSL285.29º69.51%56.27%-
HSV(B)285.29º70.14%86.67%-
XYZ34.5319.1870.29-
YUV118.65185.76173.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.94%
GREEN value IS 66 (26.17% from 255) = 14.04%
BLUE value IS 221 (86.72% from 255) = 47.02%
R=38.94%
G=14.04%
B=47.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183662210.170.7000.13285.2969.5156.27
HexB742DD11460D11d4638
Octal2671023352110601543510670
Binary10110111100001011011101100011000110011011000111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B742DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B742DD; }

 p { color: rgb(183,66,221); }

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

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

 a { background-color: rgb(183,66,221); }

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

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

 span { border-color: rgb(183,66,221); }

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