Html Css Color HEX #B122BE Dark Orchid

📋 copy color: '#B122BE'

red 177 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #B122BE

Tints of Dark Orchid #B122BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 44.14%
G = 8.48%
B = 47.38%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B122BE (or 0xB122BE) is known color: Dark Orchid. HEX triplet: B1, 22 and BE. RGB value is (177,34,190). Sum of RGB (Red+Green+Blue) = 177+34+190=401 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.14% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #B122BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122BE is #4EDD41. Grayscale: #5E5E5E. Windows color (decimal): -5168450 or 12460721. OLE color: 12460721.

HSL color Cylindrical-coordinate representation of color #B122BE: hue angle of 295º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B122BE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 34 190 -
CMYK 0.07 0.82 0 0.25
HSL 295º 0.7% 0.44% -
HSV(B) 295º 0.82% 0.75% -
XYZ 28 14.21 49.98 -
YUV 94.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 177 34 190 0.07 0.82 0 0.25 295 0.7 0.44
Hex B1 22 BE 7 52 0 19 127 46 2C
Octal 261 42 276 7 122 0 31 447 106 54
Binary 10110001 100010 10111110 111 1010010 0 11001 100100111 1000110 101100

Color Harmonies of #B122BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122BE

Black with #B122BE

Text Example


Text Example

White with #B122BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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