Html Css Color HEX #B150DD Medium Orchid

📋 copy color: '#B150DD'

red 177 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #B150DD

Tints of Medium Orchid #B150DD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 37.03%
G = 16.74%
B = 46.23%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B150DD (or 0xB150DD) is known color: Medium Orchid. HEX triplet: B1, 50 and DD. RGB value is (177,80,221). Sum of RGB (Red+Green+Blue) = 177+80+221=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #B150DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150DD is #4EAF22. Grayscale: #7C7C7C. Windows color (decimal): -5156643 or 14504113. OLE color: 14504113.

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

Color convert

RGB 177 80 221 -
CMYK 0.20 0.64 0 0.13
HSL 281.28º 0.67% 0.59% -
HSV(B) 281.28º 0.64% 0.87% -
XYZ 34.05 20.3 70.53 -
YUV 125.08 182.14 165.04 -
System Red Green Blue C M Y K H S L
Decimal 177 80 221 0.20 0.64 0 0.13 281.28 0.67 0.59
Hex B1 50 DD 14 40 0 D 119 43 3B
Octal 261 120 335 24 100 0 15 431 103 73
Binary 10110001 1010000 11011101 10100 1000000 0 1101 100011001 1000011 111011

Color Harmonies of #B150DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150DD

Black with #B150DD

Text Example


Text Example

White with #B150DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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