#B635D8

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

Shades of Medium Orchid #B635D8

Tints of Medium Orchid #B635D8

Color information

#B635D8 (or 0xB635D8) is unknown color: approx Medium Orchid. HEX triplet: B6, 35 and D8. RGB value is (182,53,216). Sum of RGB (Red+Green+Blue) = 182+53+216=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #B635D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B635D8 is #49CA27. Grayscale: #6D6D6D. Windows color (decimal): -4835880 or 14169526. OLE color: 14169526.

HSL color Cylindrical-coordinate representation of color #B635D8: hue angle of 287.48º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B635D8 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18253216-
CMYK0.160.7500.15
HSL287.48º67.63%52.75%-
HSV(B)287.48º75.46%84.71%-
XYZ32.9617.4566.6-
YUV110.15187.74179.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 53 (21.09% from 255) = 11.75%
BLUE value IS 216 (84.77% from 255) = 47.89%
R=40.35%
G=11.75%
B=47.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182532160.160.7500.15287.4867.6352.75
HexB635D8104B0F11f4435
Octal266653302011301743710465
Binary1011011011010111011000100001001011011111000111111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B635D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B635D8; }

 p { color: rgb(182,53,216); }

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

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

 a { background-color: rgb(182,53,216); }

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

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

 span { border-color: rgb(182,53,216); }

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