#B34FCD

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

Shades of Medium Orchid #B34FCD

Tints of Medium Orchid #B34FCD

Color information

#B34FCD (or 0xB34FCD) is unknown color: approx Medium Orchid. HEX triplet: B3, 4F and CD. RGB value is (179,79,205). Sum of RGB (Red+Green+Blue) = 179+79+205=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #B34FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B34FCD is #4CB032. Grayscale: #7A7A7A. Windows color (decimal): -5025843 or 13455283. OLE color: 13455283.

HSL color Cylindrical-coordinate representation of color #B34FCD: hue angle of 287.62º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34FCD is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17979205-
CMYK0.130.6100.20
HSL287.62º55.75%55.69%-
HSV(B)287.62º61.46%80.39%-
XYZ32.4119.5859.83-
YUV123.26174.13167.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.66%
GREEN value IS 79 (31.25% from 255) = 17.06%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=38.66%
G=17.06%
B=44.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179792050.130.6100.20287.6255.7555.69
HexB34FCDD3D0141203838
Octal26311731515750244407070
Binary101100111001111110011011101111101010100100100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34FCD; }

 p { color: rgb(179,79,205); }

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

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

 a { background-color: rgb(179,79,205); }

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

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

 span { border-color: rgb(179,79,205); }

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