#B35CDC

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

Shades of Medium Orchid #B35CDC

Tints of Medium Orchid #B35CDC

Color information

#B35CDC (or 0xB35CDC) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and DC. RGB value is (179,92,220). Sum of RGB (Red+Green+Blue) = 179+92+220=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 92 (36.33% from 255 or 18.74% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #B35CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CDC is #4CA323. Grayscale: #848484. Windows color (decimal): -5022500 or 14441651. OLE color: 14441651.

HSL color Cylindrical-coordinate representation of color #B35CDC: hue angle of 280.78º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B35CDC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17992220-
CMYK0.190.5800.14
HSL280.78º64.65%61.18%-
HSV(B)280.78º58.18%86.27%-
XYZ35.3422.4170.17-
YUV132.61177.32161.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.46%
GREEN value IS 92 (36.33% from 255) = 18.74%
BLUE value IS 220 (86.33% from 255) = 44.81%
R=36.46%
G=18.74%
B=44.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal179922200.190.5800.14280.7864.6561.18
HexB35CDC133A0E119413d
Octal263134334237201643110175
Binary1011001110111001101110010011111010011101000110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CDC; }

 p { color: rgb(179,92,220); }

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

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

 a { background-color: rgb(179,92,220); }

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

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

 span { border-color: rgb(179,92,220); }

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