Html Css Color HEX #B128BE Dark Orchid

📋 copy color: '#B128BE'

red 177 ◦ green 40 ◦ blue 190

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

Shades of Dark Orchid #B128BE

Tints of Dark Orchid #B128BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 43.49%
G = 9.83%
B = 46.68%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B128BE (or 0xB128BE) is known color: Dark Orchid. HEX triplet: B1, 28 and BE. RGB value is (177,40,190). Sum of RGB (Red+Green+Blue) = 177+40+190=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B128BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128BE is #4ED741. Grayscale: #616161. Windows color (decimal): -5166914 or 12462257. OLE color: 12462257.

HSL color Cylindrical-coordinate representation of color #B128BE: hue angle of 294.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B128BE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 40 190 -
CMYK 0.07 0.79 0 0.25
HSL 294.8º 0.65% 0.45% -
HSV(B) 294.8º 0.79% 0.75% -
XYZ 28.18 14.58 50.04 -
YUV 98.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 177 40 190 0.07 0.79 0 0.25 294.8 0.65 0.45
Hex B1 28 BE 7 4F 0 19 127 41 2D
Octal 261 50 276 7 117 0 31 447 101 55
Binary 10110001 101000 10111110 111 1001111 0 11001 100100111 1000001 101101

Color Harmonies of #B128BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128BE

Black with #B128BE

Text Example


Text Example

White with #B128BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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