Html Css Color HEX #B127DB Dark Orchid

📋 copy color: '#B127DB'

red 177 ◦ green 39 ◦ blue 219

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

Shades of Dark Orchid #B127DB

Tints of Dark Orchid #B127DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.97%

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

R = 40.69%
G = 8.97%
B = 50.34%

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

#B127DB (or 0xB127DB) is known color: Dark Orchid. HEX triplet: B1, 27 and DB. RGB value is (177,39,219). Sum of RGB (Red+Green+Blue) = 177+39+219=435 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.69% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #B127DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B127DB is #4ED824. Grayscale: #646464. Windows color (decimal): -5167141 or 14362545. OLE color: 14362545.

HSL color Cylindrical-coordinate representation of color #B127DB: hue angle of 286º 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 #B127DB is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 39 219 -
CMYK 0.19 0.82 0 0.14
HSL 286º 0.71% 0.51% -
HSV(B) 286º 0.82% 0.86% -
XYZ 31.64 15.91 68.42 -
YUV 100.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 177 39 219 0.19 0.82 0 0.14 286 0.71 0.51
Hex B1 27 DB 13 52 0 E 11E 47 33
Octal 261 47 333 23 122 0 16 436 107 63
Binary 10110001 100111 11011011 10011 1010010 0 1110 100011110 1000111 110011

Color Harmonies of #B127DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B127DB

Black with #B127DB

Text Example


Text Example

White with #B127DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B127DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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