#B734E5

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

Shades of Medium Orchid #B734E5

Tints of Medium Orchid #B734E5

Color information

#B734E5 (or 0xB734E5) is unknown color: approx Medium Orchid. HEX triplet: B7, 34 and E5. RGB value is (183,52,229). Sum of RGB (Red+Green+Blue) = 183+52+229=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 52 (20.70% from 255 or 11.21% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #B734E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B734E5 is #48CB1A. Grayscale: #6E6E6E. Windows color (decimal): -4770587 or 15021239. OLE color: 15021239.

HSL color Cylindrical-coordinate representation of color #B734E5: hue angle of 284.41º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B734E5 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18352229-
CMYK0.200.7700.10
HSL284.41º77.29%55.1%-
HSV(B)284.41º77.29%89.8%-
XYZ34.918.1875.8-
YUV111.35194.4179.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.44%
GREEN value IS 52 (20.70% from 255) = 11.21%
BLUE value IS 229 (89.84% from 255) = 49.35%
R=39.44%
G=11.21%
B=49.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183522290.200.7700.10284.4177.2955.1
HexB734E5144D0A11c4d37
Octal267643452411501243411567
Binary1011011111010011100101101001001101010101000111001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734E5; }

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

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

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

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

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

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

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

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