#B461DA

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

Shades of Medium Orchid #B461DA

Tints of Medium Orchid #B461DA

Color information

#B461DA (or 0xB461DA) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and DA. RGB value is (180,97,218). Sum of RGB (Red+Green+Blue) = 180+97+218=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B461DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461DA is #4B9E25. Grayscale: #878787. Windows color (decimal): -4955686 or 14311860. OLE color: 14311860.

HSL color Cylindrical-coordinate representation of color #B461DA: hue angle of 281.16º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B461DA is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18097218-
CMYK0.170.5600.15
HSL281.16º62.05%61.76%-
HSV(B)281.16º55.5%85.49%-
XYZ35.7523.3168.95-
YUV135.61174.5159.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 19.60%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=36.36%
G=19.60%
B=44.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal180972180.170.5600.15281.1662.0561.76
HexB461DA11380F1193e3e
Octal26414133221700174317676
Binary101101001100001110110101000111100001111100011001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461DA; }

 p { color: rgb(180,97,218); }

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

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

 a { background-color: rgb(180,97,218); }

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

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

 span { border-color: rgb(180,97,218); }

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