Html Css Color HEX #B124AD Dark Orchid

📋 copy color: '#B124AD'

red 177 ◦ green 36 ◦ blue 173

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

Shades of Dark Orchid #B124AD

Tints of Dark Orchid #B124AD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.33%

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

R = 45.85%
G = 9.33%
B = 44.82%

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

#B124AD (or 0xB124AD) is known color: Dark Orchid. HEX triplet: B1, 24 and AD. RGB value is (177,36,173). Sum of RGB (Red+Green+Blue) = 177+36+173=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B124AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B124AD is #4EDB52. Grayscale: #5D5D5D. Windows color (decimal): -5167955 or 11347121. OLE color: 11347121.

HSL color Cylindrical-coordinate representation of color #B124AD: hue angle of 301.7º degrees, saturation: 0.66, 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 #B124AD is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 36 173 -
CMYK 0 0.80 0.02 0.31
HSL 301.7º 0.66% 0.42% -
HSV(B) 301.7º 0.8% 0.69% -
XYZ 26.31 13.63 40.78 -
YUV 93.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 177 36 173 0 0.80 0.02 0.31 301.7 0.66 0.42
Hex B1 24 AD 0 50 2 1F 12E 42 2A
Octal 261 44 255 0 120 2 37 456 102 52
Binary 10110001 100100 10101101 0 1010000 10 11111 100101110 1000010 101010

Color Harmonies of #B124AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B124AD

Black with #B124AD

Text Example


Text Example

White with #B124AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B124AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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