#B739CC

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

Shades of Medium Orchid #B739CC

Tints of Medium Orchid #B739CC

Color information

#B739CC (or 0xB739CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 39 and CC. RGB value is (183,57,204). Sum of RGB (Red+Green+Blue) = 183+57+204=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B739CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739CC is #48C633. Grayscale: #6E6E6E. Windows color (decimal): -4769332 or 13384119. OLE color: 13384119.

HSL color Cylindrical-coordinate representation of color #B739CC: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B739CC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18357204-
CMYK0.100.7200.2
HSL291.43º59.04%51.18%-
HSV(B)291.43º72.06%80%-
XYZ31.8917.3558.8-
YUV111.43180.24179.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.22%
GREEN value IS 57 (22.66% from 255) = 12.84%
BLUE value IS 204 (80.08% from 255) = 45.95%
R=41.22%
G=12.84%
B=45.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183572040.100.7200.2291.4359.0451.18
HexB739CCA480141233b33
Octal26771314121100244437363
Binary101101111110011100110010101001000010100100100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B739CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B739CC; }

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

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

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

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

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

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

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

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