Html Css Color HEX #B121C9 Dark Orchid

📋 copy color: '#B121C9'

red 177 ◦ green 33 ◦ blue 201

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

Shades of Dark Orchid #B121C9

Tints of Dark Orchid #B121C9

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.03%

 BLUE value IS 201 (78.91% from 255) = 48.91%

R = 43.07%
G = 8.03%
B = 48.91%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B121C9 (or 0xB121C9) is known color: Dark Orchid. HEX triplet: B1, 21 and C9. RGB value is (177,33,201). Sum of RGB (Red+Green+Blue) = 177+33+201=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 201 (78.91% from 255 or 48.91% from 411); Max value from RGB is 201 - color contains mainly: blue. Hex color #B121C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121C9 is #4EDE36. Grayscale: #5E5E5E. Windows color (decimal): -5168695 or 13181361. OLE color: 13181361.

HSL color Cylindrical-coordinate representation of color #B121C9: hue angle of 291.43º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B121C9 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 33 201 -
CMYK 0.12 0.84 0 0.21
HSL 291.43º 0.72% 0.46% -
HSV(B) 291.43º 0.84% 0.79% -
XYZ 29.22 14.65 56.55 -
YUV 95.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 177 33 201 0.12 0.84 0 0.21 291.43 0.72 0.46
Hex B1 21 C9 C 54 0 15 123 48 2E
Octal 261 41 311 14 124 0 25 443 110 56
Binary 10110001 100001 11001001 1100 1010100 0 10101 100100011 1001000 101110

Color Harmonies of #B121C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121C9

Black with #B121C9

Text Example


Text Example

White with #B121C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121C9; }

 p { color: rgb(177,33,201); }

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

background-color css

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

 a { background-color: rgb(177,33,201); }

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

border-color css

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

 span { border-color: rgb(177,33,201); }

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