#B138C9

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

Shades of Dark Orchid #B138C9

Tints of Dark Orchid #B138C9

Color information

#B138C9 (or 0xB138C9) is unknown color: approx Dark Orchid. HEX triplet: B1, 38 and C9. RGB value is (177,56,201). Sum of RGB (Red+Green+Blue) = 177+56+201=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #B138C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138C9 is #4EC736. Grayscale: #6C6C6C. Windows color (decimal): -5162807 or 13187249. OLE color: 13187249.

HSL color Cylindrical-coordinate representation of color #B138C9: hue angle of 290.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B138C9 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17756201-
CMYK0.120.7200.21
HSL290.07º57.31%50.39%-
HSV(B)290.07º72.14%78.82%-
XYZ30.0916.3956.84-
YUV108.71180.09176.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.78%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=40.78%
G=12.90%
B=46.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177562010.120.7200.21290.0757.3150.39
HexB138C9C480151223932
Octal26170311141100254427162
Binary101100011110001100100111001001000010101100100010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B138C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B138C9; }

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

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

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

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

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

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

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

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