Html Css Color HEX #B122BD Dark Orchid

📋 copy color: '#B122BD'

red 177 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #B122BD

Tints of Dark Orchid #B122BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 44.25%
G = 8.5%
B = 47.25%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B122BD (or 0xB122BD) is known color: Dark Orchid. HEX triplet: B1, 22 and BD. RGB value is (177,34,189). Sum of RGB (Red+Green+Blue) = 177+34+189=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #B122BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B122BD is #4EDD42. Grayscale: #5D5D5D. Windows color (decimal): -5168451 or 12395185. OLE color: 12395185.

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

Color convert

RGB 177 34 189 -
CMYK 0.06 0.82 0 0.26
HSL 295.35º 0.7% 0.44% -
HSV(B) 295.35º 0.82% 0.74% -
XYZ 27.89 14.17 49.41 -
YUV 94.43 181.38 186.9 -
System Red Green Blue C M Y K H S L
Decimal 177 34 189 0.06 0.82 0 0.26 295.35 0.7 0.44
Hex B1 22 BD 6 52 0 1A 127 46 2C
Octal 261 42 275 6 122 0 32 447 106 54
Binary 10110001 100010 10111101 110 1010010 0 11010 100100111 1000110 101100

Color Harmonies of #B122BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B122BD

Black with #B122BD

Text Example


Text Example

White with #B122BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B122BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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