Html Css Color HEX #B140DF Medium Orchid

📋 copy color: '#B140DF'

red 177 ◦ green 64 ◦ blue 223

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

Shades of Medium Orchid #B140DF

Tints of Medium Orchid #B140DF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

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

R = 38.15%
G = 13.79%
B = 48.06%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B140DF (or 0xB140DF) is known color: Medium Orchid. HEX triplet: B1, 40 and DF. RGB value is (177,64,223). Sum of RGB (Red+Green+Blue) = 177+64+223=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #B140DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140DF is #4EBF20. Grayscale: #737373. Windows color (decimal): -5160737 or 14631089. OLE color: 14631089.

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

Color convert

RGB 177 64 223 -
CMYK 0.21 0.71 0 0.13
HSL 282.64º 0.71% 0.56% -
HSV(B) 282.64º 0.71% 0.87% -
XYZ 33.28 18.34 71.6 -
YUV 115.91 188.44 171.57 -
System Red Green Blue C M Y K H S L
Decimal 177 64 223 0.21 0.71 0 0.13 282.64 0.71 0.56
Hex B1 40 DF 15 47 0 D 11B 47 38
Octal 261 100 337 25 107 0 15 433 107 70
Binary 10110001 1000000 11011111 10101 1000111 0 1101 100011011 1000111 111000

Color Harmonies of #B140DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140DF

Black with #B140DF

Text Example


Text Example

White with #B140DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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