Html Css Color HEX #B126BD Dark Orchid

📋 copy color: '#B126BD'

red 177 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #B126BD

Tints of Dark Orchid #B126BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 43.81%
G = 9.41%
B = 46.78%

CMYK

 C value IS 0.06

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B126BD (or 0xB126BD) is known color: Dark Orchid. HEX triplet: B1, 26 and BD. RGB value is (177,38,189). Sum of RGB (Red+Green+Blue) = 177+38+189=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #B126BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B126BD is #4ED942. Grayscale: #606060. Windows color (decimal): -5167427 or 12396209. OLE color: 12396209.

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

Color convert

RGB 177 38 189 -
CMYK 0.06 0.80 0 0.26
HSL 295.23º 0.67% 0.45% -
HSV(B) 295.23º 0.8% 0.74% -
XYZ 28.01 14.41 49.45 -
YUV 96.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 177 38 189 0.06 0.80 0 0.26 295.23 0.67 0.45
Hex B1 26 BD 6 50 0 1A 127 43 2D
Octal 261 46 275 6 120 0 32 447 103 55
Binary 10110001 100110 10111101 110 1010000 0 11010 100100111 1000011 101101

Color Harmonies of #B126BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B126BD

Black with #B126BD

Text Example


Text Example

White with #B126BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B126BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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