#B224C1

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

Shades of Dark Orchid #B224C1

Tints of Dark Orchid #B224C1

Color information

#B224C1 (or 0xB224C1) is unknown color: approx Dark Orchid. HEX triplet: B2, 24 and C1. RGB value is (178,36,193). Sum of RGB (Red+Green+Blue) = 178+36+193=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 193 (75.78% from 255 or 47.42% from 407); Max value from RGB is 193 - color contains mainly: blue. Hex color #B224C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B224C1 is #4DDB3E. Grayscale: #5F5F5F. Windows color (decimal): -5102399 or 12657842. OLE color: 12657842.

HSL color Cylindrical-coordinate representation of color #B224C1: hue angle of 294.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B224C1 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17836193-
CMYK0.080.8100.24
HSL294.27º68.56%44.9%-
HSV(B)294.27º81.35%75.69%-
XYZ28.6214.5851.76-
YUV96.36182.54186.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 36 (14.45% from 255) = 8.85%
BLUE value IS 193 (75.78% from 255) = 47.42%
R=43.73%
G=8.85%
B=47.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178361930.080.8100.24294.2768.5644.9
HexB224C1851018126452d
Octal262443011012103044610555
Binary1011001010010011000001100010100010110001001001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B224C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B224C1; }

 p { color: rgb(178,36,193); }

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

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

 a { background-color: rgb(178,36,193); }

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

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

 span { border-color: rgb(178,36,193); }

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