#B633DC

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

Shades of Dark Orchid #B633DC

Tints of Dark Orchid #B633DC

Color information

#B633DC (or 0xB633DC) is unknown color: approx Dark Orchid. HEX triplet: B6, 33 and DC. RGB value is (182,51,220). Sum of RGB (Red+Green+Blue) = 182+51+220=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B633DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B633DC is #49CC23. Grayscale: #6C6C6C. Windows color (decimal): -4836388 or 14431158. OLE color: 14431158.

HSL color Cylindrical-coordinate representation of color #B633DC: hue angle of 286.51º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B633DC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18251220-
CMYK0.170.7700.14
HSL286.51º70.71%53.14%-
HSV(B)286.51º76.82%86.27%-
XYZ33.3917.4869.32-
YUV109.43190.4179.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=40.18%
G=11.26%
B=48.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182512200.170.7700.14286.5170.7153.14
HexB633DC114D0E11f4735
Octal266633342111501643710765
Binary1011011011001111011100100011001101011101000111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B633DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B633DC; }

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

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

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

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

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

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

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

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