Html Css Color HEX #B128BC Dark Orchid

📋 copy color: '#B128BC'

red 177 ◦ green 40 ◦ blue 188

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

Shades of Dark Orchid #B128BC

Tints of Dark Orchid #B128BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.42%

R = 43.7%
G = 9.88%
B = 46.42%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B128BC (or 0xB128BC) is known color: Dark Orchid. HEX triplet: B1, 28 and BC. RGB value is (177,40,188). Sum of RGB (Red+Green+Blue) = 177+40+188=405 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.70% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #B128BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128BC is #4ED743. Grayscale: #616161. Windows color (decimal): -5166916 or 12331185. OLE color: 12331185.

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

Color convert

RGB 177 40 188 -
CMYK 0.06 0.79 0 0.26
HSL 295.54º 0.65% 0.45% -
HSV(B) 295.54º 0.79% 0.74% -
XYZ 27.97 14.5 48.9 -
YUV 97.84 178.89 184.47 -
System Red Green Blue C M Y K H S L
Decimal 177 40 188 0.06 0.79 0 0.26 295.54 0.65 0.45
Hex B1 28 BC 6 4F 0 1A 128 41 2D
Octal 261 50 274 6 117 0 32 450 101 55
Binary 10110001 101000 10111100 110 1001111 0 11010 100101000 1000001 101101

Color Harmonies of #B128BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128BC

Black with #B128BC

Text Example


Text Example

White with #B128BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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