Html Css Color HEX #B128AD Dark Orchid

📋 copy color: '#B128AD'

red 177 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #B128AD

Tints of Dark Orchid #B128AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.26%

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

R = 45.38%
G = 10.26%
B = 44.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B128AD (or 0xB128AD) is known color: Dark Orchid. HEX triplet: B1, 28 and AD. RGB value is (177,40,173). Sum of RGB (Red+Green+Blue) = 177+40+173=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B128AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B128AD is #4ED752. Grayscale: #5F5F5F. Windows color (decimal): -5166931 or 11348145. OLE color: 11348145.

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

Color convert

RGB 177 40 173 -
CMYK 0 0.77 0.02 0.31
HSL 301.75º 0.63% 0.43% -
HSV(B) 301.75º 0.77% 0.69% -
XYZ 26.43 13.88 40.82 -
YUV 96.13 171.39 185.69 -
System Red Green Blue C M Y K H S L
Decimal 177 40 173 0 0.77 0.02 0.31 301.75 0.63 0.43
Hex B1 28 AD 0 4D 2 1F 12E 3F 2B
Octal 261 50 255 0 115 2 37 456 77 53
Binary 10110001 101000 10101101 0 1001101 10 11111 100101110 111111 101011

Color Harmonies of #B128AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128AD

Black with #B128AD

Text Example


Text Example

White with #B128AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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