#B828BB

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

Shades of Dark Orchid #B828BB

Tints of Dark Orchid #B828BB

Color information

#B828BB (or 0xB828BB) is unknown color: approx Dark Orchid. HEX triplet: B8, 28 and BB. RGB value is (184,40,187). Sum of RGB (Red+Green+Blue) = 184+40+187=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #B828BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828BB is #47D744. Grayscale: #636363. Windows color (decimal): -4708165 or 12265656. OLE color: 12265656.

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

Color convert

RGB18440187-
CMYK0.020.7900.27
HSL298.78º64.76%44.51%-
HSV(B)298.78º78.61%73.33%-
XYZ29.515.348.41-
YUV99.81177.21188.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 40 (16.02% from 255) = 9.73%
BLUE value IS 187 (73.44% from 255) = 45.50%
R=44.77%
G=9.73%
B=45.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184401870.020.7900.27298.7864.7644.51
HexB828BB24F01B12b412d
Octal27050273211703345310155
Binary10111000101000101110111010011110110111001010111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828BB; }

 p { color: rgb(184,40,187); }

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

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

 a { background-color: rgb(184,40,187); }

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

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

 span { border-color: rgb(184,40,187); }

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