Html Css Color HEX #B126DB Dark Orchid

📋 copy color: '#B126DB'

red 177 ◦ green 38 ◦ blue 219

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

Shades of Dark Orchid #B126DB

Tints of Dark Orchid #B126DB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.76%

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

R = 40.78%
G = 8.76%
B = 50.46%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B126DB (or 0xB126DB) is known color: Dark Orchid. HEX triplet: B1, 26 and DB. RGB value is (177,38,219). Sum of RGB (Red+Green+Blue) = 177+38+219=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 38 (15.23% from 255 or 8.76% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #B126DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126DB is #4ED924. Grayscale: #636363. Windows color (decimal): -5167397 or 14362289. OLE color: 14362289.

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

Color convert

RGB 177 38 219 -
CMYK 0.19 0.83 0 0.14
HSL 286.08º 0.72% 0.5% -
HSV(B) 286.08º 0.83% 0.86% -
XYZ 31.61 15.85 68.41 -
YUV 100.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 177 38 219 0.19 0.83 0 0.14 286.08 0.72 0.5
Hex B1 26 DB 13 53 0 E 11E 48 32
Octal 261 46 333 23 123 0 16 436 110 62
Binary 10110001 100110 11011011 10011 1010011 0 1110 100011110 1001000 110010

Color Harmonies of #B126DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126DB

Black with #B126DB

Text Example


Text Example

White with #B126DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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