Html Css Color HEX #B122AE Dark Orchid

📋 copy color: '#B122AE'

red 177 ◦ green 34 ◦ blue 174

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

Shades of Dark Orchid #B122AE

Tints of Dark Orchid #B122AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.19%

R = 45.97%
G = 8.83%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B122AE (or 0xB122AE) is known color: Dark Orchid. HEX triplet: B1, 22 and AE. RGB value is (177,34,174). Sum of RGB (Red+Green+Blue) = 177+34+174=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B122AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122AE is #4EDD51. Grayscale: #5C5C5C. Windows color (decimal): -5168466 or 11412145. OLE color: 11412145.

HSL color Cylindrical-coordinate representation of color #B122AE: hue angle of 301.26º 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 #B122AE is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 34 174 -
CMYK 0 0.81 0.02 0.31
HSL 301.26º 0.68% 0.41% -
HSV(B) 301.26º 0.81% 0.69% -
XYZ 26.34 13.55 41.27 -
YUV 92.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 177 34 174 0 0.81 0.02 0.31 301.26 0.68 0.41
Hex B1 22 AE 0 51 2 1F 12D 44 29
Octal 261 42 256 0 121 2 37 455 104 51
Binary 10110001 100010 10101110 0 1010001 10 11111 100101101 1000100 101001

Color Harmonies of #B122AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122AE

Black with #B122AE

Text Example


Text Example

White with #B122AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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