#b728bc

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

Shades of Dark Orchid #B728BC

Tints of Dark Orchid #B728BC

Color information

#B728BC (or 0xB728BC) is unknown color: approx Dark Orchid. HEX triplet: B7, 28 and BC. RGB value is (183,40,188). Sum of RGB (Red+Green+Blue) = 183+40+188=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #B728BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B728BC is #48D743. Grayscale: #636363. Windows color (decimal): -4773700 or 12331191. OLE color: 12331191.

HSL color Cylindrical-coordinate representation of color #B728BC: hue angle of 297.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B728BC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18340188-
CMYK0.030.7900.26
HSL297.97º64.91%44.71%-
HSV(B)297.97º78.72%73.73%-
XYZ29.3615.2248.97-
YUV99.63177.88187.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.53%
GREEN value IS 40 (16.02% from 255) = 9.73%
BLUE value IS 188 (73.83% from 255) = 45.74%
R=44.53%
G=9.73%
B=45.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183401880.030.7900.26297.9764.9144.71
HexB728BC34F01A12a412d
Octal26750274311703245210155
Binary10110111101000101111001110011110110101001010101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b728bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b728bc; }

 p { color: rgb(183,40,188); }

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

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

 a { background-color: rgb(183,40,188); }

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

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

 span { border-color: rgb(183,40,188); }

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