#B528CD

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

Shades of Dark Orchid #B528CD

Tints of Dark Orchid #B528CD

Color information

#B528CD (or 0xB528CD) is unknown color: approx Dark Orchid. HEX triplet: B5, 28 and CD. RGB value is (181,40,205). Sum of RGB (Red+Green+Blue) = 181+40+205=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 40 (16.02% from 255 or 9.39% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #B528CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B528CD is #4AD732. Grayscale: #646464. Windows color (decimal): -4904755 or 13445301. OLE color: 13445301.

HSL color Cylindrical-coordinate representation of color #B528CD: hue angle of 291.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B528CD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18140205-
CMYK0.120.8000.20
HSL291.27º67.35%48.04%-
HSV(B)291.27º80.49%80.39%-
XYZ30.8315.7559.17-
YUV100.97186.71185.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 40 (16.02% from 255) = 9.39%
BLUE value IS 205 (80.47% from 255) = 48.12%
R=42.49%
G=9.39%
B=48.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181402050.120.8000.20291.2767.3548.04
HexB528CDC500141234330
Octal265503151412002444310360
Binary1011010110100011001101110010100000101001001000111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B528CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B528CD; }

 p { color: rgb(181,40,205); }

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

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

 a { background-color: rgb(181,40,205); }

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

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

 span { border-color: rgb(181,40,205); }

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