#B735F3

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

Shades of Medium Orchid #B735F3

Tints of Medium Orchid #B735F3

Color information

#B735F3 (or 0xB735F3) is unknown color: approx Medium Orchid. HEX triplet: B7, 35 and F3. RGB value is (183,53,243). Sum of RGB (Red+Green+Blue) = 183+53+243=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #B735F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735F3 is #48CA0C. Grayscale: #707070. Windows color (decimal): -4770317 or 15938999. OLE color: 15938999.

HSL color Cylindrical-coordinate representation of color #B735F3: hue angle of 281.05º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B735F3 is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18353243-
CMYK0.250.7800.05
HSL281.05º88.79%58.04%-
HSV(B)281.05º78.19%95.29%-
XYZ36.9819.0886.53-
YUV113.53201.07177.55-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 53 (21.09% from 255) = 11.06%
BLUE value IS 243 (95.31% from 255) = 50.73%
R=38.20%
G=11.06%
B=50.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183532430.250.7800.05281.0588.7958.04
HexB735F3194E05119593a
Octal26765363311160543113172
Binary101101111101011111001111001100111001011000110011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B735F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B735F3; }

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

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

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

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

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

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

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

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