#b138d6

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

Shades of Dark Orchid #B138D6

Tints of Dark Orchid #B138D6

Color information

#B138D6 (or 0xB138D6) is unknown color: approx Dark Orchid. HEX triplet: B1, 38 and D6. RGB value is (177,56,214). Sum of RGB (Red+Green+Blue) = 177+56+214=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #B138D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138D6 is #4EC729. Grayscale: #6D6D6D. Windows color (decimal): -5162794 or 14039217. OLE color: 14039217.

HSL color Cylindrical-coordinate representation of color #B138D6: hue angle of 285.95º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B138D6 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17756214-
CMYK0.170.7400.16
HSL285.95º65.83%52.94%-
HSV(B)285.95º73.83%83.92%-
XYZ31.6817.0365.24-
YUV110.19186.59175.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 56 (22.27% from 255) = 12.53%
BLUE value IS 214 (83.98% from 255) = 47.87%
R=39.60%
G=12.53%
B=47.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal177562140.170.7400.16285.9565.8352.94
HexB138D6114A01011e4235
Octal261703262111202043610265
Binary10110001111000110101101000110010100100001000111101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b138d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b138d6; }

 p { color: rgb(177,56,214); }

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

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

 a { background-color: rgb(177,56,214); }

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

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

 span { border-color: rgb(177,56,214); }

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