Html Css Color HEX #B122B0 Dark Orchid

📋 copy color: '#B122B0'

red 177 ◦ green 34 ◦ blue 176

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

Shades of Dark Orchid #B122B0

Tints of Dark Orchid #B122B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 45.74%
G = 8.79%
B = 45.48%

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

#B122B0 (or 0xB122B0) is known color: Dark Orchid. HEX triplet: B1, 22 and B0. RGB value is (177,34,176). Sum of RGB (Red+Green+Blue) = 177+34+176=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B122B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B122B0 is #4EDD4F. Grayscale: #5C5C5C. Windows color (decimal): -5168464 or 11543217. OLE color: 11543217.

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

Color convert

RGB 177 34 176 -
CMYK 0 0.81 0.01 0.31
HSL 300.42º 0.68% 0.41% -
HSV(B) 300.42º 0.81% 0.69% -
XYZ 26.54 13.63 42.31 -
YUV 92.95 174.88 187.95 -
System Red Green Blue C M Y K H S L
Decimal 177 34 176 0 0.81 0.01 0.31 300.42 0.68 0.41
Hex B1 22 B0 0 51 1 1F 12C 44 29
Octal 261 42 260 0 121 1 37 454 104 51
Binary 10110001 100010 10110000 0 1010001 1 11111 100101100 1000100 101001

Color Harmonies of #B122B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122B0

Black with #B122B0

Text Example


Text Example

White with #B122B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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