#B739CA

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

Shades of Medium Orchid #B739CA

Tints of Medium Orchid #B739CA

Color information

#B739CA (or 0xB739CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 39 and CA. RGB value is (183,57,202). Sum of RGB (Red+Green+Blue) = 183+57+202=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B739CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739CA is #48C635. Grayscale: #6E6E6E. Windows color (decimal): -4769334 or 13253047. OLE color: 13253047.

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

Color convert

RGB18357202-
CMYK0.090.7200.21
HSL292.14º57.77%50.78%-
HSV(B)292.14º71.78%79.22%-
XYZ31.6517.2657.54-
YUV111.2179.24179.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 57 (22.66% from 255) = 12.90%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=41.40%
G=12.90%
B=45.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183572020.090.7200.21292.1457.7750.78
HexB739CA9480151243a33
Octal26771312111100254447263
Binary101101111110011100101010011001000010101100100100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739CA; }

 p { color: rgb(183,57,202); }

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

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

 a { background-color: rgb(183,57,202); }

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

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

 span { border-color: rgb(183,57,202); }

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