#B85DDA

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

Shades of Medium Orchid #B85DDA

Tints of Medium Orchid #B85DDA

Color information

#B85DDA (or 0xB85DDA) is unknown color: approx Medium Orchid. HEX triplet: B8, 5D and DA. RGB value is (184,93,218). Sum of RGB (Red+Green+Blue) = 184+93+218=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #B85DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B85DDA is #47A225. Grayscale: #868686. Windows color (decimal): -4694566 or 14310840. OLE color: 14310840.

HSL color Cylindrical-coordinate representation of color #B85DDA: hue angle of 283.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B85DDA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18493218-
CMYK0.160.5700.15
HSL283.68º62.81%60.98%-
HSV(B)283.68º57.34%85.49%-
XYZ36.3423.0868.87-
YUV134.46175.15163.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.17%
GREEN value IS 93 (36.72% from 255) = 18.79%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=37.17%
G=18.79%
B=44.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184932180.160.5700.15283.6862.8160.98
HexB85DDA10390F11c3f3d
Octal27013533220710174347775
Binary101110001011101110110101000011100101111100011100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85DDA; }

 p { color: rgb(184,93,218); }

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

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

 a { background-color: rgb(184,93,218); }

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

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

 span { border-color: rgb(184,93,218); }

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