#B661D4

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

Shades of Medium Orchid #B661D4

Tints of Medium Orchid #B661D4

Color information

#B661D4 (or 0xB661D4) is unknown color: approx Medium Orchid. HEX triplet: B6, 61 and D4. RGB value is (182,97,212). Sum of RGB (Red+Green+Blue) = 182+97+212=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 212 - color contains mainly: blue. Hex color #B661D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661D4 is #499E2B. Grayscale: #878787. Windows color (decimal): -4824620 or 13918646. OLE color: 13918646.

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

Color convert

RGB18297212-
CMYK0.140.5400.17
HSL284.35º57.21%60.59%-
HSV(B)284.35º54.25%83.14%-
XYZ35.4523.2564.91-
YUV135.52171.16161.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 97 (38.28% from 255) = 19.76%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=37.07%
G=19.76%
B=43.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182972120.140.5400.17284.3557.2160.59
HexB661D4E3601111c393d
Octal26614132416660214347175
Binary101101101100001110101001110110110010001100011100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661D4; }

 p { color: rgb(182,97,212); }

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

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

 a { background-color: rgb(182,97,212); }

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

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

 span { border-color: rgb(182,97,212); }

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