Html Css Color HEX #B121BE Dark Orchid

📋 copy color: '#B121BE'

red 177 ◦ green 33 ◦ blue 190

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

Shades of Dark Orchid #B121BE

Tints of Dark Orchid #B121BE

RGB

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

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

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

R = 44.25%
G = 8.25%
B = 47.5%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B121BE (or 0xB121BE) is known color: Dark Orchid. HEX triplet: B1, 21 and BE. RGB value is (177,33,190). Sum of RGB (Red+Green+Blue) = 177+33+190=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #B121BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B121BE is #4EDE41. Grayscale: #5D5D5D. Windows color (decimal): -5168706 or 12460465. OLE color: 12460465.

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

Color convert

RGB 177 33 190 -
CMYK 0.07 0.83 0 0.25
HSL 295.03º 0.7% 0.44% -
HSV(B) 295.03º 0.83% 0.75% -
XYZ 27.97 14.15 49.97 -
YUV 93.95 182.21 187.23 -
System Red Green Blue C M Y K H S L
Decimal 177 33 190 0.07 0.83 0 0.25 295.03 0.7 0.44
Hex B1 21 BE 7 53 0 19 127 46 2C
Octal 261 41 276 7 123 0 31 447 106 54
Binary 10110001 100001 10111110 111 1010011 0 11001 100100111 1000110 101100

Color Harmonies of #B121BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B121BE

Black with #B121BE

Text Example


Text Example

White with #B121BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B121BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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