#B123CF

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

Shades of Dark Orchid #B123CF

Tints of Dark Orchid #B123CF

Color information

#B123CF (or 0xB123CF) is unknown color: approx Dark Orchid. HEX triplet: B1, 23 and CF. RGB value is (177,35,207). Sum of RGB (Red+Green+Blue) = 177+35+207=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 35 (14.06% from 255 or 8.35% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B123CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B123CF is #4EDC30. Grayscale: #606060. Windows color (decimal): -5168177 or 13575089. OLE color: 13575089.

HSL color Cylindrical-coordinate representation of color #B123CF: hue angle of 289.53º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B123CF is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17735207-
CMYK0.140.8300.19
HSL289.53º71.07%47.45%-
HSV(B)289.53º83.09%81.18%-
XYZ29.9915.0560.36-
YUV97.07190.04185.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.24%
GREEN value IS 35 (14.06% from 255) = 8.35%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=42.24%
G=8.35%
B=49.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal177352070.140.8300.19289.5371.0747.45
HexB123CFE53013122472f
Octal261433171612302344210757
Binary1011000110001111001111111010100110100111001000101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B123CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B123CF; }

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

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

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

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

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

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

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

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