#B926CD

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

Shades of Dark Orchid #B926CD

Tints of Dark Orchid #B926CD

Color information

#B926CD (or 0xB926CD) is unknown color: approx Dark Orchid. HEX triplet: B9, 26 and CD. RGB value is (185,38,205). Sum of RGB (Red+Green+Blue) = 185+38+205=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 38 (15.23% from 255 or 8.88% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #B926CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B926CD is #46D932. Grayscale: #646464. Windows color (decimal): -4643123 or 13444793. OLE color: 13444793.

HSL color Cylindrical-coordinate representation of color #B926CD: hue angle of 292.81º 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 #B926CD is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18538205-
CMYK0.100.8100.20
HSL292.81º68.72%47.65%-
HSV(B)292.81º81.46%80.39%-
XYZ31.7216.1159.19-
YUV100.99186.7187.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.22%
GREEN value IS 38 (15.23% from 255) = 8.88%
BLUE value IS 205 (80.47% from 255) = 47.90%
R=43.22%
G=8.88%
B=47.90%

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
Decimal185382050.100.8100.20292.8168.7247.65
HexB926CDA510141254530
Octal271463151212102444510560
Binary1011100110011011001101101010100010101001001001011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B926CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B926CD; }

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

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

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

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

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

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

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

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