#B35CC9

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

Shades of Medium Orchid #B35CC9

Tints of Medium Orchid #B35CC9

Color information

#B35CC9 (or 0xB35CC9) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and C9. RGB value is (179,92,201). Sum of RGB (Red+Green+Blue) = 179+92+201=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 201 (78.91% from 255 or 42.58% from 472); Max value from RGB is 201 - color contains mainly: blue. Hex color #B35CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CC9 is #4CA336. Grayscale: #828282. Windows color (decimal): -5022519 or 13196467. OLE color: 13196467.

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

Color convert

RGB17992201-
CMYK0.110.5400.21
HSL287.89º50.23%57.45%-
HSV(B)287.89º54.23%78.82%-
XYZ32.9621.4657.66-
YUV130.44167.82162.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.92%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 201 (78.91% from 255) = 42.58%
R=37.92%
G=19.49%
B=42.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179922010.110.5400.21287.8950.2357.45
HexB35CC9B360151203239
Octal26313431113660254406271
Binary101100111011100110010011011110110010101100100000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CC9; }

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

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

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

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

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

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

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

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