#B130BF

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

Shades of Dark Orchid #B130BF

Tints of Dark Orchid #B130BF

Color information

#B130BF (or 0xB130BF) is unknown color: approx Dark Orchid. HEX triplet: B1, 30 and BF. RGB value is (177,48,191). Sum of RGB (Red+Green+Blue) = 177+48+191=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #B130BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BF is #4ECF40. Grayscale: #666666. Windows color (decimal): -5164865 or 12529841. OLE color: 12529841.

HSL color Cylindrical-coordinate representation of color #B130BF: hue angle of 294.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B130BF is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17748191-
CMYK0.070.7500.25
HSL294.13º59.83%46.86%-
HSV(B)294.13º74.87%74.9%-
XYZ28.5915.2250.72-
YUV102.87177.74180.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.55%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 191 (75% from 255) = 45.91%
R=42.55%
G=11.54%
B=45.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177481910.070.7500.25294.1359.8346.86
HexB130BF74B0191263c2f
Octal2616027771130314467457
Binary10110001110000101111111111001011011001100100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B130BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B130BF; }

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

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

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

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

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

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

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

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