Html Css Color HEX #B126AD Dark Orchid

📋 copy color: '#B126AD'

red 177 ◦ green 38 ◦ blue 173

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

Shades of Dark Orchid #B126AD

Tints of Dark Orchid #B126AD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.79%

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

R = 45.62%
G = 9.79%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B126AD (or 0xB126AD) is known color: Dark Orchid. HEX triplet: B1, 26 and AD. RGB value is (177,38,173). Sum of RGB (Red+Green+Blue) = 177+38+173=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B126AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B126AD is #4ED952. Grayscale: #5E5E5E. Windows color (decimal): -5167443 or 11347633. OLE color: 11347633.

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

Color convert

RGB 177 38 173 -
CMYK 0 0.79 0.02 0.31
HSL 301.73º 0.65% 0.42% -
HSV(B) 301.73º 0.79% 0.69% -
XYZ 26.37 13.75 40.8 -
YUV 94.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 177 38 173 0 0.79 0.02 0.31 301.73 0.65 0.42
Hex B1 26 AD 0 4F 2 1F 12E 41 2A
Octal 261 46 255 0 117 2 37 456 101 52
Binary 10110001 100110 10101101 0 1001111 10 11111 100101110 1000001 101010

Color Harmonies of #B126AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126AD

Black with #B126AD

Text Example


Text Example

White with #B126AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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