#B83DEA

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

Shades of Medium Orchid #B83DEA

Tints of Medium Orchid #B83DEA

Color information

#B83DEA (or 0xB83DEA) is unknown color: approx Medium Orchid. HEX triplet: B8, 3D and EA. RGB value is (184,61,234). Sum of RGB (Red+Green+Blue) = 184+61+234=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #B83DEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B83DEA is #47C215. Grayscale: #747474. Windows color (decimal): -4702742 or 15351224. OLE color: 15351224.

HSL color Cylindrical-coordinate representation of color #B83DEA: hue angle of 282.66º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83DEA is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18461234-
CMYK0.210.7400.08
HSL282.66º80.47%57.84%-
HSV(B)282.66º73.93%91.76%-
XYZ36.2919.4779.69-
YUV117.5193.75175.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.41%
GREEN value IS 61 (24.22% from 255) = 12.73%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=38.41%
G=12.73%
B=48.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal184612340.210.7400.08282.6680.4757.84
HexB83DEA154A0811b503a
Octal270753522511201043312072
Binary1011100011110111101010101011001010010001000110111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DEA; }

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

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

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

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

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

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

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

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