Html Css Color HEX #B150DF Medium Orchid

📋 copy color: '#B150DF'

red 177 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #B150DF

Tints of Medium Orchid #B150DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.46%

R = 36.88%
G = 16.67%
B = 46.46%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B150DF (or 0xB150DF) is known color: Medium Orchid. HEX triplet: B1, 50 and DF. RGB value is (177,80,223). Sum of RGB (Red+Green+Blue) = 177+80+223=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #B150DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150DF is #4EAF20. Grayscale: #7C7C7C. Windows color (decimal): -5156641 or 14635185. OLE color: 14635185.

HSL color Cylindrical-coordinate representation of color #B150DF: hue angle of 280.7º degrees, saturation: 0.69, 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 #B150DF is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 80 223 -
CMYK 0.21 0.64 0 0.13
HSL 280.7º 0.69% 0.59% -
HSV(B) 280.7º 0.64% 0.87% -
XYZ 34.32 20.41 71.94 -
YUV 125.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 177 80 223 0.21 0.64 0 0.13 280.7 0.69 0.59
Hex B1 50 DF 15 40 0 D 119 45 3B
Octal 261 120 337 25 100 0 15 431 105 73
Binary 10110001 1010000 11011111 10101 1000000 0 1101 100011001 1000101 111011

Color Harmonies of #B150DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B150DF

Black with #B150DF

Text Example


Text Example

White with #B150DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B150DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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