#B35DCD

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

Shades of Medium Orchid #B35DCD

Tints of Medium Orchid #B35DCD

Color information

#B35DCD (or 0xB35DCD) is unknown color: approx Medium Orchid. HEX triplet: B3, 5D and CD. RGB value is (179,93,205). Sum of RGB (Red+Green+Blue) = 179+93+205=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #B35DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35DCD is #4CA232. Grayscale: #838383. Windows color (decimal): -5022259 or 13458867. OLE color: 13458867.

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

Color convert

RGB17993205-
CMYK0.130.5500.20
HSL286.07º52.83%58.43%-
HSV(B)286.07º54.63%80.39%-
XYZ33.5221.8260.2-
YUV131.48169.49161.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 205 (80.47% from 255) = 42.98%
R=37.53%
G=19.50%
B=42.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179932050.130.5500.20286.0752.8358.43
HexB35DCDD3701411e353a
Octal26313531515670244366572
Binary101100111011101110011011101110111010100100011110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35DCD; }

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

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

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

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

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

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

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

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