Html Css Color HEX #B150DA Medium Orchid

📋 copy color: '#B150DA'

red 177 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #B150DA

Tints of Medium Orchid #B150DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 37.26%
G = 16.84%
B = 45.89%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B150DA (or 0xB150DA) is known color: Medium Orchid. HEX triplet: B1, 50 and DA. RGB value is (177,80,218). Sum of RGB (Red+Green+Blue) = 177+80+218=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #B150DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150DA is #4EAF25. Grayscale: #7C7C7C. Windows color (decimal): -5156646 or 14307505. OLE color: 14307505.

HSL color Cylindrical-coordinate representation of color #B150DA: hue angle of 282.17º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B150DA is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 80 218 -
CMYK 0.19 0.63 0 0.15
HSL 282.17º 0.65% 0.58% -
HSV(B) 282.17º 0.63% 0.85% -
XYZ 33.66 20.15 68.44 -
YUV 124.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 177 80 218 0.19 0.63 0 0.15 282.17 0.65 0.58
Hex B1 50 DA 13 3F 0 F 11A 41 3A
Octal 261 120 332 23 77 0 17 432 101 72
Binary 10110001 1010000 11011010 10011 111111 0 1111 100011010 1000001 111010

Color Harmonies of #B150DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150DA

Black with #B150DA

Text Example


Text Example

White with #B150DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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