#B130BC

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

Shades of Dark Orchid #B130BC

Tints of Dark Orchid #B130BC

Color information

#B130BC (or 0xB130BC) is unknown color: approx Dark Orchid. HEX triplet: B1, 30 and BC. RGB value is (177,48,188). Sum of RGB (Red+Green+Blue) = 177+48+188=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #B130BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B130BC is #4ECF43. Grayscale: #666666. Windows color (decimal): -5164868 or 12333233. OLE color: 12333233.

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

Color convert

RGB17748188-
CMYK0.060.7400.26
HSL295.29º59.32%46.27%-
HSV(B)295.29º74.47%73.73%-
XYZ28.2715.0949-
YUV102.53176.24181.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.86%
GREEN value IS 48 (19.14% from 255) = 11.62%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=42.86%
G=11.62%
B=45.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177481880.060.7400.26295.2959.3246.27
HexB130BC64A01A1273b2e
Octal2616027461120324477356
Binary10110001110000101111001101001010011010100100111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B130BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B130BC; }

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

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

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

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

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

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

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

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