#B834DE

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

Shades of Medium Orchid #B834DE

Tints of Medium Orchid #B834DE

Color information

#B834DE (or 0xB834DE) is unknown color: approx Medium Orchid. HEX triplet: B8, 34 and DE. RGB value is (184,52,222). Sum of RGB (Red+Green+Blue) = 184+52+222=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #B834DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B834DE is #47CB21. Grayscale: #6E6E6E. Windows color (decimal): -4705058 or 14562488. OLE color: 14562488.

HSL color Cylindrical-coordinate representation of color #B834DE: hue angle of 286.59º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B834DE is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18452222-
CMYK0.170.7700.13
HSL286.59º72.03%53.73%-
HSV(B)286.59º76.58%87.06%-
XYZ34.1817.9270.76-
YUV110.85190.73180.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.17%
GREEN value IS 52 (20.70% from 255) = 11.35%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=40.17%
G=11.35%
B=48.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184522220.170.7700.13286.5972.0353.73
HexB834DE114D0D11f4836
Octal270643362111501543711066
Binary1011100011010011011110100011001101011011000111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B834DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B834DE; }

 p { color: rgb(184,52,222); }

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

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

 a { background-color: rgb(184,52,222); }

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

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

 span { border-color: rgb(184,52,222); }

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