Html Css Color HEX #B126BA Dark Orchid

📋 copy color: '#B126BA'

red 177 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #B126BA

Tints of Dark Orchid #B126BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 44.14%
G = 9.48%
B = 46.38%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B126BA (or 0xB126BA) is known color: Dark Orchid. HEX triplet: B1, 26 and BA. RGB value is (177,38,186). Sum of RGB (Red+Green+Blue) = 177+38+186=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #B126BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126BA is #4ED945. Grayscale: #5F5F5F. Windows color (decimal): -5167430 or 12199601. OLE color: 12199601.

HSL color Cylindrical-coordinate representation of color #B126BA: hue angle of 296.35º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B126BA is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 38 186 -
CMYK 0.05 0.80 0 0.27
HSL 296.35º 0.66% 0.44% -
HSV(B) 296.35º 0.8% 0.73% -
XYZ 27.69 14.28 47.75 -
YUV 96.43 178.55 185.47 -
System Red Green Blue C M Y K H S L
Decimal 177 38 186 0.05 0.80 0 0.27 296.35 0.66 0.44
Hex B1 26 BA 5 50 0 1B 128 42 2C
Octal 261 46 272 5 120 0 33 450 102 54
Binary 10110001 100110 10111010 101 1010000 0 11011 100101000 1000010 101100

Color Harmonies of #B126BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126BA

Black with #B126BA

Text Example


Text Example

White with #B126BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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