#B83DC8

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

Shades of Medium Orchid #B83DC8

Tints of Medium Orchid #B83DC8

Color information

#B83DC8 (or 0xB83DC8) is unknown color: approx Medium Orchid. HEX triplet: B8, 3D and C8. RGB value is (184,61,200). Sum of RGB (Red+Green+Blue) = 184+61+200=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #B83DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DC8 is #47C237. Grayscale: #717171. Windows color (decimal): -4702776 or 13123000. OLE color: 13123000.

HSL color Cylindrical-coordinate representation of color #B83DC8: hue angle of 293.09º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B83DC8 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18461200-
CMYK0.080.6900.22
HSL293.09º55.82%51.18%-
HSV(B)293.09º69.5%78.43%-
XYZ31.8617.756.38-
YUV113.62176.75178.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.35%
GREEN value IS 61 (24.22% from 255) = 13.71%
BLUE value IS 200 (78.52% from 255) = 44.94%
R=41.35%
G=13.71%
B=44.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184612000.080.6900.22293.0955.8251.18
HexB83DC88450161253833
Octal27075310101050264457063
Binary101110001111011100100010001000101010110100100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DC8; }

 p { color: rgb(184,61,200); }

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

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

 a { background-color: rgb(184,61,200); }

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

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

 span { border-color: rgb(184,61,200); }

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