Html Css Color HEX #B122AC Dark Orchid

📋 copy color: '#B122AC'

red 177 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #B122AC

Tints of Dark Orchid #B122AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 46.21%
G = 8.88%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B122AC (or 0xB122AC) is known color: Dark Orchid. HEX triplet: B1, 22 and AC. RGB value is (177,34,172). Sum of RGB (Red+Green+Blue) = 177+34+172=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B122AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122AC is #4EDD53. Grayscale: #5C5C5C. Windows color (decimal): -5168468 or 11281073. OLE color: 11281073.

HSL color Cylindrical-coordinate representation of color #B122AC: hue angle of 302.1º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B122AC is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 172 -
CMYK 0 0.81 0.03 0.31
HSL 302.1º 0.68% 0.41% -
HSV(B) 302.1º 0.81% 0.69% -
XYZ 26.15 13.47 40.25 -
YUV 92.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 177 34 172 0 0.81 0.03 0.31 302.1 0.68 0.41
Hex B1 22 AC 0 51 3 1F 12E 44 29
Octal 261 42 254 0 121 3 37 456 104 51
Binary 10110001 100010 10101100 0 1010001 11 11111 100101110 1000100 101001

Color Harmonies of #B122AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122AC

Black with #B122AC

Text Example


Text Example

White with #B122AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122AC; }

 p { color: rgb(177,34,172); }

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

background-color css

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

 a { background-color: rgb(177,34,172); }

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

border-color css

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

 span { border-color: rgb(177,34,172); }

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