#B35CDD

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

Shades of Medium Orchid #B35CDD

Tints of Medium Orchid #B35CDD

Color information

#B35CDD (or 0xB35CDD) is unknown color: approx Medium Orchid. HEX triplet: B3, 5C and DD. RGB value is (179,92,221). Sum of RGB (Red+Green+Blue) = 179+92+221=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #B35CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35CDD is #4CA322. Grayscale: #848484. Windows color (decimal): -5022499 or 14507187. OLE color: 14507187.

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

Color convert

RGB17992221-
CMYK0.190.5800.13
HSL280.47º65.48%61.37%-
HSV(B)280.47º58.37%86.67%-
XYZ35.4722.4670.87-
YUV132.72177.82161.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 92 (36.33% from 255) = 18.70%
BLUE value IS 221 (86.72% from 255) = 44.92%
R=36.38%
G=18.70%
B=44.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179922210.190.5800.13280.4765.4861.37
HexB35CDD133A0D118413d
Octal263134335237201543010175
Binary1011001110111001101110110011111010011011000110001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35CDD; }

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

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

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

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

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

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

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

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