#b633d1

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

Shades of Dark Orchid #B633D1

Tints of Dark Orchid #B633D1

Color information

#B633D1 (or 0xB633D1) is unknown color: approx Dark Orchid. HEX triplet: B6, 33 and D1. RGB value is (182,51,209). Sum of RGB (Red+Green+Blue) = 182+51+209=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #B633D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633D1 is #49CC2E. Grayscale: #6B6B6B. Windows color (decimal): -4836399 or 13710262. OLE color: 13710262.

HSL color Cylindrical-coordinate representation of color #B633D1: hue angle of 289.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B633D1 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18251209-
CMYK0.130.7600.18
HSL289.75º63.2%50.98%-
HSV(B)289.75º75.6%81.96%-
XYZ31.9816.9261.9-
YUV108.18184.9180.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 51 (20.31% from 255) = 11.54%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=41.18%
G=11.54%
B=47.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182512090.130.7600.18289.7563.250.98
HexB633D1D4C0121223f33
Octal26663321151140224427763
Binary101101101100111101000111011001100010010100100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b633d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b633d1; }

 p { color: rgb(182,51,209); }

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

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

 a { background-color: rgb(182,51,209); }

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

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

 span { border-color: rgb(182,51,209); }

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