#B63DD4

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

Shades of Medium Orchid #B63DD4

Tints of Medium Orchid #B63DD4

Color information

#B63DD4 (or 0xB63DD4) is unknown color: approx Medium Orchid. HEX triplet: B6, 3D and D4. RGB value is (182,61,212). Sum of RGB (Red+Green+Blue) = 182+61+212=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #B63DD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DD4 is #49C22B. Grayscale: #717171. Windows color (decimal): -4833836 or 13909430. OLE color: 13909430.

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

Color convert

RGB18261212-
CMYK0.140.7100.17
HSL288.08º63.71%53.53%-
HSV(B)288.08º71.23%83.14%-
XYZ32.8418.0464.04-
YUV114.39183.09176.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 61 (24.22% from 255) = 13.41%
BLUE value IS 212 (83.20% from 255) = 46.59%
R=40%
G=13.41%
B=46.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182612120.140.7100.17288.0863.7153.53
HexB63DD4E470111204036
Octal266753241610702144010066
Binary1011011011110111010100111010001110100011001000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63DD4; }

 p { color: rgb(182,61,212); }

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

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

 a { background-color: rgb(182,61,212); }

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

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

 span { border-color: rgb(182,61,212); }

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