#B34CE3

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

Shades of Medium Orchid #B34CE3

Tints of Medium Orchid #B34CE3

Color information

#B34CE3 (or 0xB34CE3) is unknown color: approx Medium Orchid. HEX triplet: B3, 4C and E3. RGB value is (179,76,227). Sum of RGB (Red+Green+Blue) = 179+76+227=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 76 (30.08% from 255 or 15.77% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #B34CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B34CE3 is #4CB31C. Grayscale: #7B7B7B. Windows color (decimal): -5026589 or 14896307. OLE color: 14896307.

HSL color Cylindrical-coordinate representation of color #B34CE3: hue angle of 280.93º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B34CE3 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17976227-
CMYK0.210.6700.11
HSL280.93º72.95%59.41%-
HSV(B)280.93º66.52%89.02%-
XYZ35.0420.374.74-
YUV124.01186.12167.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 76 (30.08% from 255) = 15.77%
BLUE value IS 227 (89.06% from 255) = 47.10%
R=37.14%
G=15.77%
B=47.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal179762270.210.6700.11280.9372.9559.41
HexB34CE315430B119493b
Octal2631143432510301343111173
Binary10110011100110011100011101011000011010111000110011001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34CE3; }

 p { color: rgb(179,76,227); }

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

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

 a { background-color: rgb(179,76,227); }

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

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

 span { border-color: rgb(179,76,227); }

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