#B93CCA

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

Shades of Medium Orchid #B93CCA

Tints of Medium Orchid #B93CCA

Color information

#B93CCA (or 0xB93CCA) is unknown color: approx Medium Orchid. HEX triplet: B9, 3C and CA. RGB value is (185,60,202). Sum of RGB (Red+Green+Blue) = 185+60+202=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #B93CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93CCA is #46C335. Grayscale: #717171. Windows color (decimal): -4637494 or 13253817. OLE color: 13253817.

HSL color Cylindrical-coordinate representation of color #B93CCA: hue angle of 292.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93CCA is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18560202-
CMYK0.080.7000.21
HSL292.82º57.26%51.37%-
HSV(B)292.82º70.3%79.22%-
XYZ32.2817.8157.61-
YUV113.56177.91178.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.39%
GREEN value IS 60 (23.83% from 255) = 13.42%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=41.39%
G=13.42%
B=45.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185602020.080.7000.21292.8257.2651.37
HexB93CCA8460151253933
Octal27174312101060254457163
Binary101110011111001100101010001000110010101100100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93CCA; }

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

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

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

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

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

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

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

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