#B123C2

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

Shades of Dark Orchid #B123C2

Tints of Dark Orchid #B123C2

Color information

#B123C2 (or 0xB123C2) is unknown color: approx Dark Orchid. HEX triplet: B1, 23 and C2. RGB value is (177,35,194). Sum of RGB (Red+Green+Blue) = 177+35+194=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 194 (76.17% from 255 or 47.78% from 406); Max value from RGB is 194 - color contains mainly: blue. Hex color #B123C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123C2 is #4EDC3D. Grayscale: #5F5F5F. Windows color (decimal): -5168190 or 12723121. OLE color: 12723121.

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

Color convert

RGB17735194-
CMYK0.090.8200.24
HSL293.58º69.43%44.9%-
HSV(B)293.58º81.96%76.08%-
XYZ28.4714.4452.33-
YUV95.58183.54186.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.60%
GREEN value IS 35 (14.06% from 255) = 8.62%
BLUE value IS 194 (76.17% from 255) = 47.78%
R=43.60%
G=8.62%
B=47.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177351940.090.8200.24293.5869.4344.9
HexB123C2952018126452d
Octal261433021112203044610555
Binary1011000110001111000010100110100100110001001001101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B123C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B123C2; }

 p { color: rgb(177,35,194); }

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

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

 a { background-color: rgb(177,35,194); }

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

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

 span { border-color: rgb(177,35,194); }

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