#B734F0

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

Shades of Medium Orchid #B734F0

Tints of Medium Orchid #B734F0

Color information

#B734F0 (or 0xB734F0) is unknown color: approx Medium Orchid. HEX triplet: B7, 34 and F0. RGB value is (183,52,240). Sum of RGB (Red+Green+Blue) = 183+52+240=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #B734F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734F0 is #48CB0F. Grayscale: #6F6F6F. Windows color (decimal): -4770576 or 15742135. OLE color: 15742135.

HSL color Cylindrical-coordinate representation of color #B734F0: hue angle of 281.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B734F0 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18352240-
CMYK0.240.7800.06
HSL281.81º86.24%57.25%-
HSV(B)281.81º78.33%94.12%-
XYZ36.4818.8184.15-
YUV112.6199.9178.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 52 (20.70% from 255) = 10.95%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=38.53%
G=10.95%
B=50.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal183522400.240.7800.06281.8186.2457.25
HexB734F0184E0611a5639
Octal26764360301160643212671
Binary101101111101001111000011000100111001101000110101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B734F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B734F0; }

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

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

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

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

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

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

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

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