#b038c5

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

Shades of Dark Orchid #B038C5

Tints of Dark Orchid #B038C5

Color information

#B038C5 (or 0xB038C5) is unknown color: approx Dark Orchid. HEX triplet: B0, 38 and C5. RGB value is (176,56,197). Sum of RGB (Red+Green+Blue) = 176+56+197=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 56 (22.27% from 255 or 13.05% from 429); Blue value is 197 (77.34% from 255 or 45.92% from 429); Max value from RGB is 197 - color contains mainly: blue. Hex color #B038C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038C5 is #4FC73A. Grayscale: #6B6B6B. Windows color (decimal): -5228347 or 12925104. OLE color: 12925104.

HSL color Cylindrical-coordinate representation of color #B038C5: hue angle of 291.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B038C5 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17656197-
CMYK0.110.7200.23
HSL291.06º55.73%49.61%-
HSV(B)291.06º71.57%77.25%-
XYZ29.416.0954.38-
YUV107.95178.26176.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 56 (22.27% from 255) = 13.05%
BLUE value IS 197 (77.34% from 255) = 45.92%
R=41.03%
G=13.05%
B=45.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176561970.110.7200.23291.0655.7349.61
HexB038C5B480171233832
Octal26070305131100274437062
Binary101100001110001100010110111001000010111100100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b038c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b038c5; }

 p { color: rgb(176,56,197); }

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

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

 a { background-color: rgb(176,56,197); }

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

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

 span { border-color: rgb(176,56,197); }

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