#B732D8

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

Shades of Dark Orchid #B732D8

Tints of Dark Orchid #B732D8

Color information

#B732D8 (or 0xB732D8) is unknown color: approx Dark Orchid. HEX triplet: B7, 32 and D8. RGB value is (183,50,216). Sum of RGB (Red+Green+Blue) = 183+50+216=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 216 - color contains mainly: blue. Hex color #B732D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732D8 is #48CD27. Grayscale: #6C6C6C. Windows color (decimal): -4771112 or 14168759. OLE color: 14168759.

HSL color Cylindrical-coordinate representation of color #B732D8: hue angle of 288.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B732D8 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18350216-
CMYK0.150.7700.15
HSL288.07º68.03%52.16%-
HSV(B)288.07º76.85%84.71%-
XYZ33.0617.3166.56-
YUV108.69188.56181-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 50 (19.92% from 255) = 11.14%
BLUE value IS 216 (84.77% from 255) = 48.11%
R=40.76%
G=11.14%
B=48.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183502160.150.7700.15288.0768.0352.16
HexB732D8F4D0F1204434
Octal267623301711501744010464
Binary101101111100101101100011111001101011111001000001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B732D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B732D8; }

 p { color: rgb(183,50,216); }

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

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

 a { background-color: rgb(183,50,216); }

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

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

 span { border-color: rgb(183,50,216); }

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