#B735CE

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

Shades of Medium Orchid #B735CE

Tints of Medium Orchid #B735CE

Color information

#B735CE (or 0xB735CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 35 and CE. RGB value is (183,53,206). Sum of RGB (Red+Green+Blue) = 183+53+206=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 53 (21.09% from 255 or 11.99% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #B735CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B735CE is #48CA31. Grayscale: #6C6C6C. Windows color (decimal): -4770354 or 13514167. OLE color: 13514167.

HSL color Cylindrical-coordinate representation of color #B735CE: hue angle of 290.98º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B735CE is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18353206-
CMYK0.110.7400.19
HSL290.98º60.96%50.78%-
HSV(B)290.98º74.27%80.78%-
XYZ31.9417.0760-
YUV109.31182.57180.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.40%
GREEN value IS 53 (21.09% from 255) = 11.99%
BLUE value IS 206 (80.86% from 255) = 46.61%
R=41.40%
G=11.99%
B=46.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183532060.110.7400.19290.9860.9650.78
HexB735CEB4A0131233d33
Octal26765316131120234437563
Binary101101111101011100111010111001010010011100100011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735CE; }

 p { color: rgb(183,53,206); }

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

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

 a { background-color: rgb(183,53,206); }

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

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

 span { border-color: rgb(183,53,206); }

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