Html Css Color HEX #B140ED Medium Orchid

📋 copy color: '#B140ED'

red 177 ◦ green 64 ◦ blue 237

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

Shades of Medium Orchid #B140ED

Tints of Medium Orchid #B140ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 37.03%
G = 13.39%
B = 49.58%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B140ED (or 0xB140ED) is known color: Medium Orchid. HEX triplet: B1, 40 and ED. RGB value is (177,64,237). Sum of RGB (Red+Green+Blue) = 177+64+237=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #B140ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140ED is #4EBF12. Grayscale: #747474. Windows color (decimal): -5160723 or 15548593. OLE color: 15548593.

HSL color Cylindrical-coordinate representation of color #B140ED: hue angle of 279.19º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B140ED is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 64 237 -
CMYK 0.25 0.73 0 0.07
HSL 279.19º 0.83% 0.59% -
HSV(B) 279.19º 0.73% 0.93% -
XYZ 35.25 19.13 81.95 -
YUV 117.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 177 64 237 0.25 0.73 0 0.07 279.19 0.83 0.59
Hex B1 40 ED 19 49 0 7 117 53 3B
Octal 261 100 355 31 111 0 7 427 123 73
Binary 10110001 1000000 11101101 11001 1001001 0 111 100010111 1010011 111011

Color Harmonies of #B140ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140ED

Black with #B140ED

Text Example


Text Example

White with #B140ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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