#B83DCD

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

Shades of Medium Orchid #B83DCD

Tints of Medium Orchid #B83DCD

Color information

#B83DCD (or 0xB83DCD) is unknown color: approx Medium Orchid. HEX triplet: B8, 3D and CD. RGB value is (184,61,205). Sum of RGB (Red+Green+Blue) = 184+61+205=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 61 (24.22% from 255 or 13.56% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B83DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DCD is #47C232. Grayscale: #717171. Windows color (decimal): -4702771 or 13450680. OLE color: 13450680.

HSL color Cylindrical-coordinate representation of color #B83DCD: hue angle of 291.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B83DCD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18461205-
CMYK0.100.7000.20
HSL291.25º59.02%52.16%-
HSV(B)291.25º70.24%80.39%-
XYZ32.4617.9459.51-
YUV114.19179.25177.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 61 (24.22% from 255) = 13.56%
BLUE value IS 205 (80.47% from 255) = 45.56%
R=40.89%
G=13.56%
B=45.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184612050.100.7000.20291.2559.0252.16
HexB83DCDA460141233b34
Octal27075315121060244437364
Binary101110001111011100110110101000110010100100100011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DCD; }

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

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

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

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

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

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

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

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