Html Css Color HEX #B128BA Dark Orchid

📋 copy color: '#B128BA'

red 177 ◦ green 40 ◦ blue 186

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

Shades of Dark Orchid #B128BA

Tints of Dark Orchid #B128BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.15%

R = 43.92%
G = 9.93%
B = 46.15%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B128BA (or 0xB128BA) is known color: Dark Orchid. HEX triplet: B1, 28 and BA. RGB value is (177,40,186). Sum of RGB (Red+Green+Blue) = 177+40+186=403 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.92% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B128BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128BA is #4ED745. Grayscale: #616161. Windows color (decimal): -5166918 or 12200113. OLE color: 12200113.

HSL color Cylindrical-coordinate representation of color #B128BA: hue angle of 296.3º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B128BA is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 40 186 -
CMYK 0.05 0.78 0 0.27
HSL 296.3º 0.65% 0.44% -
HSV(B) 296.3º 0.78% 0.73% -
XYZ 27.75 14.41 47.77 -
YUV 97.61 177.89 184.63 -
System Red Green Blue C M Y K H S L
Decimal 177 40 186 0.05 0.78 0 0.27 296.3 0.65 0.44
Hex B1 28 BA 5 4E 0 1B 128 41 2C
Octal 261 50 272 5 116 0 33 450 101 54
Binary 10110001 101000 10111010 101 1001110 0 11011 100101000 1000001 101100

Color Harmonies of #B128BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128BA

Black with #B128BA

Text Example


Text Example

White with #B128BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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