#B934CA

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

Shades of Medium Orchid #B934CA

Tints of Medium Orchid #B934CA

Color information

#B934CA (or 0xB934CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 34 and CA. RGB value is (185,52,202). Sum of RGB (Red+Green+Blue) = 185+52+202=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #B934CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934CA is #46CB35. Grayscale: #6C6C6C. Windows color (decimal): -4639542 or 13251769. OLE color: 13251769.

HSL color Cylindrical-coordinate representation of color #B934CA: hue angle of 293.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B934CA is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18552202-
CMYK0.080.7400.21
HSL293.2º59.06%49.8%-
HSV(B)293.2º74.26%79.22%-
XYZ31.917.0357.48-
YUV108.87180.56182.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=42.14%
G=11.85%
B=46.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185522020.080.7400.21293.259.0649.8
HexB934CA84A0151253b32
Octal27164312101120254457362
Binary101110011101001100101010001001010010101100100101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934CA; }

 p { color: rgb(185,52,202); }

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

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

 a { background-color: rgb(185,52,202); }

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

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

 span { border-color: rgb(185,52,202); }

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