#B734DE

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

Shades of Medium Orchid #B734DE

Tints of Medium Orchid #B734DE

Color information

#B734DE (or 0xB734DE) is unknown color: approx Medium Orchid. HEX triplet: B7, 34 and DE. RGB value is (183,52,222). Sum of RGB (Red+Green+Blue) = 183+52+222=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 52 (20.70% from 255 or 11.38% from 457); Blue value is 222 (87.11% from 255 or 48.58% from 457); Max value from RGB is 222 - color contains mainly: blue. Hex color #B734DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734DE is #48CB21. Grayscale: #6E6E6E. Windows color (decimal): -4770594 or 14562487. OLE color: 14562487.

HSL color Cylindrical-coordinate representation of color #B734DE: hue angle of 286.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B734DE is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18352222-
CMYK0.180.7700.13
HSL286.24º72.03%53.73%-
HSV(B)286.24º76.58%87.06%-
XYZ33.9417.870.75-
YUV110.55190.9179.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 52 (20.70% from 255) = 11.38%
BLUE value IS 222 (87.11% from 255) = 48.58%
R=40.04%
G=11.38%
B=48.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183522220.180.7700.13286.2472.0353.73
HexB734DE124D0D11e4836
Octal267643362211501543611066
Binary1011011111010011011110100101001101011011000111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734DE; }

 p { color: rgb(183,52,222); }

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

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

 a { background-color: rgb(183,52,222); }

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

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

 span { border-color: rgb(183,52,222); }

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