#B633CC

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

Shades of Dark Orchid #B633CC

Tints of Dark Orchid #B633CC

Color information

#B633CC (or 0xB633CC) is unknown color: approx Dark Orchid. HEX triplet: B6, 33 and CC. RGB value is (182,51,204). Sum of RGB (Red+Green+Blue) = 182+51+204=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #B633CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633CC is #49CC33. Grayscale: #6B6B6B. Windows color (decimal): -4836404 or 13382582. OLE color: 13382582.

HSL color Cylindrical-coordinate representation of color #B633CC: hue angle of 291.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B633CC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18251204-
CMYK0.110.7500.2
HSL291.37º60%50%-
HSV(B)291.37º75%80%-
XYZ31.3716.6758.69-
YUV107.61182.4181.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 51 (20.31% from 255) = 11.67%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=41.65%
G=11.67%
B=46.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182512040.110.7500.2291.376050
HexB633CCB4B0141233c32
Octal26663314131130244437462
Binary101101101100111100110010111001011010100100100011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B633CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B633CC; }

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

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

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

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

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

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

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

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