#B833D4

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

Shades of Medium Orchid #B833D4

Tints of Medium Orchid #B833D4

Color information

#B833D4 (or 0xB833D4) is unknown color: approx Medium Orchid. HEX triplet: B8, 33 and D4. RGB value is (184,51,212). Sum of RGB (Red+Green+Blue) = 184+51+212=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 212 (83.20% from 255 or 47.43% from 447); Max value from RGB is 212 - color contains mainly: blue. Hex color #B833D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B833D4 is #47CC2B. Grayscale: #6C6C6C. Windows color (decimal): -4705324 or 13906872. OLE color: 13906872.

HSL color Cylindrical-coordinate representation of color #B833D4: hue angle of 289.57º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B833D4 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18451212-
CMYK0.130.7600.17
HSL289.57º65.18%51.57%-
HSV(B)289.57º75.94%83.14%-
XYZ32.8317.3163.9-
YUV109.12186.06181.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.16%
GREEN value IS 51 (20.31% from 255) = 11.41%
BLUE value IS 212 (83.20% from 255) = 47.43%
R=41.16%
G=11.41%
B=47.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal184512120.130.7600.17289.5765.1851.57
HexB833D4D4C0111224134
Octal270633241511402144210164
Binary1011100011001111010100110110011000100011001000101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B833D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B833D4; }

 p { color: rgb(184,51,212); }

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

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

 a { background-color: rgb(184,51,212); }

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

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

 span { border-color: rgb(184,51,212); }

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