Html Css Color HEX #B140E1 Medium Orchid

📋 copy color: '#B140E1'

red 177 ◦ green 64 ◦ blue 225

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

Shades of Medium Orchid #B140E1

Tints of Medium Orchid #B140E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 37.98%
G = 13.73%
B = 48.28%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B140E1 (or 0xB140E1) is known color: Medium Orchid. HEX triplet: B1, 40 and E1. RGB value is (177,64,225). Sum of RGB (Red+Green+Blue) = 177+64+225=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #B140E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B140E1 is #4EBF1E. Grayscale: #737373. Windows color (decimal): -5160735 or 14762161. OLE color: 14762161.

HSL color Cylindrical-coordinate representation of color #B140E1: hue angle of 282.11º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B140E1 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 64 225 -
CMYK 0.21 0.72 0 0.12
HSL 282.11º 0.73% 0.57% -
HSV(B) 282.11º 0.72% 0.88% -
XYZ 33.56 18.45 73.03 -
YUV 116.14 189.44 171.41 -
System Red Green Blue C M Y K H S L
Decimal 177 64 225 0.21 0.72 0 0.12 282.11 0.73 0.57
Hex B1 40 E1 15 48 0 C 11A 49 39
Octal 261 100 341 25 110 0 14 432 111 71
Binary 10110001 1000000 11100001 10101 1001000 0 1100 100011010 1001001 111001

Color Harmonies of #B140E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140E1

Black with #B140E1

Text Example


Text Example

White with #B140E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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