Html Css Color HEX #B128DB Dark Orchid

📋 copy color: '#B128DB'

red 177 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B128DB

Tints of Dark Orchid #B128DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 40.6%
G = 9.17%
B = 50.23%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B128DB (or 0xB128DB) is known color: Dark Orchid. HEX triplet: B1, 28 and DB. RGB value is (177,40,219). Sum of RGB (Red+Green+Blue) = 177+40+219=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #B128DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B128DB is #4ED724. Grayscale: #646464. Windows color (decimal): -5166885 or 14362801. OLE color: 14362801.

HSL color Cylindrical-coordinate representation of color #B128DB: hue angle of 285.92º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B128DB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 40 219 -
CMYK 0.19 0.82 0 0.14
HSL 285.92º 0.71% 0.51% -
HSV(B) 285.92º 0.82% 0.86% -
XYZ 31.68 15.98 68.43 -
YUV 101.37 194.39 181.95 -
System Red Green Blue C M Y K H S L
Decimal 177 40 219 0.19 0.82 0 0.14 285.92 0.71 0.51
Hex B1 28 DB 13 52 0 E 11E 47 33
Octal 261 50 333 23 122 0 16 436 107 63
Binary 10110001 101000 11011011 10011 1010010 0 1110 100011110 1000111 110011

Color Harmonies of #B128DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B128DB

Black with #B128DB

Text Example


Text Example

White with #B128DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B128DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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