Html Css Color HEX #B123AD Dark Orchid

📋 copy color: '#B123AD'

red 177 ◦ green 35 ◦ blue 173

#B123AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B123AD

Tints of Dark Orchid #B123AD

RGB

 RED value IS 177 (69.53% from 255) = 45.97%

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 173 (67.97% from 255) = 44.94%

R = 45.97%
G = 9.09%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B123AD (or 0xB123AD) is known color: Dark Orchid. HEX triplet: B1, 23 and AD. RGB value is (177,35,173). Sum of RGB (Red+Green+Blue) = 177+35+173=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B123AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B123AD is #4EDC52. Grayscale: #5C5C5C. Windows color (decimal): -5168211 or 11346865. OLE color: 11346865.

HSL color Cylindrical-coordinate representation of color #B123AD: hue angle of 301.69º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B123AD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 173 -
CMYK 0 0.80 0.02 0.31
HSL 301.69º 0.67% 0.42% -
HSV(B) 301.69º 0.8% 0.69% -
XYZ 26.28 13.57 40.77 -
YUV 93.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 177 35 173 0 0.80 0.02 0.31 301.69 0.67 0.42
Hex B1 23 AD 0 50 2 1F 12E 43 2A
Octal 261 43 255 0 120 2 37 456 103 52
Binary 10110001 100011 10101101 0 1010000 10 11111 100101110 1000011 101010

Color Harmonies of #B123AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B123AD

Black with #B123AD

Text Example


Text Example

White with #B123AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B123AD; }

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

 H1.HeaderClassName
 {
   color: #B123AD;
 }
 .AnyTagClassName
 {
   color: #B123AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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