#B826CD

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

Shades of Dark Orchid #B826CD

Tints of Dark Orchid #B826CD

Color information

#B826CD (or 0xB826CD) is unknown color: approx Dark Orchid. HEX triplet: B8, 26 and CD. RGB value is (184,38,205). Sum of RGB (Red+Green+Blue) = 184+38+205=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 38 (15.23% from 255 or 8.90% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #B826CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B826CD is #47D932. Grayscale: #646464. Windows color (decimal): -4708659 or 13444792. OLE color: 13444792.

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

Color convert

RGB18438205-
CMYK0.100.8100.20
HSL292.46º68.72%47.65%-
HSV(B)292.46º81.46%80.39%-
XYZ31.4815.9859.18-
YUV100.69186.87187.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 38 (15.23% from 255) = 8.90%
BLUE value IS 205 (80.47% from 255) = 48.01%
R=43.09%
G=8.90%
B=48.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184382050.100.8100.20292.4668.7247.65
HexB826CDA510141244530
Octal270463151212102444410560
Binary1011100010011011001101101010100010101001001001001000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B826CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B826CD; }

 p { color: rgb(184,38,205); }

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

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

 a { background-color: rgb(184,38,205); }

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

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

 span { border-color: rgb(184,38,205); }

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