#b138d4

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

Shades of Dark Orchid #B138D4

Tints of Dark Orchid #B138D4

Color information

#B138D4 (or 0xB138D4) is unknown color: approx Dark Orchid. HEX triplet: B1, 38 and D4. RGB value is (177,56,212). Sum of RGB (Red+Green+Blue) = 177+56+212=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #B138D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138D4 is #4EC72B. Grayscale: #6D6D6D. Windows color (decimal): -5162796 or 13908145. OLE color: 13908145.

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

Color convert

RGB17756212-
CMYK0.170.7400.17
HSL286.54º64.46%52.55%-
HSV(B)286.54º73.58%83.14%-
XYZ31.4316.9363.9-
YUV109.96185.59175.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 56 (22.27% from 255) = 12.58%
BLUE value IS 212 (83.20% from 255) = 47.64%
R=39.78%
G=12.58%
B=47.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal177562120.170.7400.17286.5464.4652.55
HexB138D4114A01111f4035
Octal261703242111202143710065
Binary10110001111000110101001000110010100100011000111111000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b138d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b138d4; }

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

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

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

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

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

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

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

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