#B136BE

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

Shades of Dark Orchid #B136BE

Tints of Dark Orchid #B136BE

Color information

#B136BE (or 0xB136BE) is unknown color: approx Dark Orchid. HEX triplet: B1, 36 and BE. RGB value is (177,54,190). Sum of RGB (Red+Green+Blue) = 177+54+190=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B136BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B136BE is #4EC941. Grayscale: #696969. Windows color (decimal): -5163330 or 12465841. OLE color: 12465841.

HSL color Cylindrical-coordinate representation of color #B136BE: hue angle of 294.26º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B136BE is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17754190-
CMYK0.070.7200.25
HSL294.26º55.74%47.84%-
HSV(B)294.26º71.58%74.51%-
XYZ28.7415.750.23-
YUV106.28175.25178.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.04%
GREEN value IS 54 (21.48% from 255) = 12.83%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=42.04%
G=12.83%
B=45.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177541900.070.7200.25294.2655.7447.84
HexB136BE7480191263830
Octal2616627671100314467060
Binary10110001110110101111101111001000011001100100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B136BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B136BE; }

 p { color: rgb(177,54,190); }

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

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

 a { background-color: rgb(177,54,190); }

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

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

 span { border-color: rgb(177,54,190); }

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