#b228c1

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

Shades of Dark Orchid #B228C1

Tints of Dark Orchid #B228C1

Color information

#B228C1 (or 0xB228C1) is unknown color: approx Dark Orchid. HEX triplet: B2, 28 and C1. RGB value is (178,40,193). Sum of RGB (Red+Green+Blue) = 178+40+193=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #B228C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228C1 is #4DD73E. Grayscale: #626262. Windows color (decimal): -5101375 or 12658866. OLE color: 12658866.

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

Color convert

RGB17840193-
CMYK0.080.7900.24
HSL294.12º65.67%45.69%-
HSV(B)294.12º79.27%75.69%-
XYZ28.7414.8351.8-
YUV98.7181.22184.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.31%
GREEN value IS 40 (16.02% from 255) = 9.73%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=43.31%
G=9.73%
B=46.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178401930.080.7900.24294.1265.6745.69
HexB228C184F018126422e
Octal262503011011703044610256
Binary1011001010100011000001100010011110110001001001101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b228c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b228c1; }

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

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

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

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

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

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

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

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