Html Css Color HEX #B122AF Dark Orchid

📋 copy color: '#B122AF'

red 177 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #B122AF

Tints of Dark Orchid #B122AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 45.85%
G = 8.81%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B122AF (or 0xB122AF) is known color: Dark Orchid. HEX triplet: B1, 22 and AF. RGB value is (177,34,175). Sum of RGB (Red+Green+Blue) = 177+34+175=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B122AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122AF is #4EDD50. Grayscale: #5C5C5C. Windows color (decimal): -5168465 or 11477681. OLE color: 11477681.

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

Color convert

RGB 177 34 175 -
CMYK 0 0.81 0.01 0.31
HSL 300.84º 0.68% 0.41% -
HSV(B) 300.84º 0.81% 0.69% -
XYZ 26.44 13.59 41.79 -
YUV 92.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 177 34 175 0 0.81 0.01 0.31 300.84 0.68 0.41
Hex B1 22 AF 0 51 1 1F 12D 44 29
Octal 261 42 257 0 121 1 37 455 104 51
Binary 10110001 100010 10101111 0 1010001 1 11111 100101101 1000100 101001

Color Harmonies of #B122AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122AF

Black with #B122AF

Text Example


Text Example

White with #B122AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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