#B130BA

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

Shades of Dark Orchid #B130BA

Tints of Dark Orchid #B130BA

Color information

#B130BA (or 0xB130BA) is unknown color: approx Dark Orchid. HEX triplet: B1, 30 and BA. RGB value is (177,48,186). Sum of RGB (Red+Green+Blue) = 177+48+186=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 48 (19.14% from 255 or 11.68% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #B130BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BA is #4ECF45. Grayscale: #656565. Windows color (decimal): -5164870 or 12202161. OLE color: 12202161.

HSL color Cylindrical-coordinate representation of color #B130BA: hue angle of 296.09º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B130BA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17748186-
CMYK0.050.7400.27
HSL296.09º58.97%45.88%-
HSV(B)296.09º74.19%72.94%-
XYZ28.0515.0147.87-
YUV102.3175.24181.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.07%
GREEN value IS 48 (19.14% from 255) = 11.68%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=43.07%
G=11.68%
B=45.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177481860.050.7400.27296.0958.9745.88
HexB130BA54A01B1283b2e
Octal2616027251120334507356
Binary10110001110000101110101011001010011011100101000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B130BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B130BA; }

 p { color: rgb(177,48,186); }

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

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

 a { background-color: rgb(177,48,186); }

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

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

 span { border-color: rgb(177,48,186); }

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