#B61FD0

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

Shades of Dark Orchid #B61FD0

Tints of Dark Orchid #B61FD0

Color information

#B61FD0 (or 0xB61FD0) is unknown color: approx Dark Orchid. HEX triplet: B6, 1F and D0. RGB value is (182,31,208). Sum of RGB (Red+Green+Blue) = 182+31+208=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #B61FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61FD0 is #49E02F. Grayscale: #5F5F5F. Windows color (decimal): -4841520 or 13639606. OLE color: 13639606.

HSL color Cylindrical-coordinate representation of color #B61FD0: hue angle of 291.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61FD0 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18231208-
CMYK0.120.8500.18
HSL291.19º74.06%46.86%-
HSV(B)291.19º85.1%81.57%-
XYZ31.1715.4861.02-
YUV96.33191.03189.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.23%
GREEN value IS 31 (12.5% from 255) = 7.36%
BLUE value IS 208 (81.64% from 255) = 49.41%
R=43.23%
G=7.36%
B=49.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182312080.120.8500.18291.1974.0646.86
HexB61FD0C550121234a2f
Octal266373201412502244311257
Binary101101101111111010000110010101010100101001000111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61FD0; }

 p { color: rgb(182,31,208); }

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

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

 a { background-color: rgb(182,31,208); }

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

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

 span { border-color: rgb(182,31,208); }

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