Html Css Color HEX #B151DD Medium Orchid

📋 copy color: '#B151DD'

red 177 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #B151DD

Tints of Medium Orchid #B151DD

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.91%

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

R = 36.95%
G = 16.91%
B = 46.14%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B151DD (or 0xB151DD) is known color: Medium Orchid. HEX triplet: B1, 51 and DD. RGB value is (177,81,221). Sum of RGB (Red+Green+Blue) = 177+81+221=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B151DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151DD is #4EAE22. Grayscale: #7D7D7D. Windows color (decimal): -5156387 or 14504369. OLE color: 14504369.

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

Color convert

RGB 177 81 221 -
CMYK 0.20 0.63 0 0.13
HSL 281.14º 0.67% 0.59% -
HSV(B) 281.14º 0.63% 0.87% -
XYZ 34.13 20.45 70.56 -
YUV 125.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 177 81 221 0.20 0.63 0 0.13 281.14 0.67 0.59
Hex B1 51 DD 14 3F 0 D 119 43 3B
Octal 261 121 335 24 77 0 15 431 103 73
Binary 10110001 1010001 11011101 10100 111111 0 1101 100011001 1000011 111011

Color Harmonies of #B151DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B151DD

Black with #B151DD

Text Example


Text Example

White with #B151DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B151DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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