Html Css Color HEX #B141DD Medium Orchid

📋 copy color: '#B141DD'

red 177 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #B141DD

Tints of Medium Orchid #B141DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.04%

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 38.23%
G = 14.04%
B = 47.73%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B141DD (or 0xB141DD) is known color: Medium Orchid. HEX triplet: B1, 41 and DD. RGB value is (177,65,221). Sum of RGB (Red+Green+Blue) = 177+65+221=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B141DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B141DD is #4EBE22. Grayscale: #737373. Windows color (decimal): -5160483 or 14500273. OLE color: 14500273.

HSL color Cylindrical-coordinate representation of color #B141DD: hue angle of 283.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B141DD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 65 221 -
CMYK 0.20 0.71 0 0.13
HSL 283.08º 0.7% 0.56% -
HSV(B) 283.08º 0.71% 0.87% -
XYZ 33.07 18.35 70.21 -
YUV 116.27 187.11 171.32 -
System Red Green Blue C M Y K H S L
Decimal 177 65 221 0.20 0.71 0 0.13 283.08 0.7 0.56
Hex B1 41 DD 14 47 0 D 11B 46 38
Octal 261 101 335 24 107 0 15 433 106 70
Binary 10110001 1000001 11011101 10100 1000111 0 1101 100011011 1000110 111000

Color Harmonies of #B141DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141DD

Black with #B141DD

Text Example


Text Example

White with #B141DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141DD; }

 p { color: rgb(177,65,221); }

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

background-color css

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

 a { background-color: rgb(177,65,221); }

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

border-color css

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

 span { border-color: rgb(177,65,221); }

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