Html Css Color HEX #B140EC Medium Orchid

📋 copy color: '#B140EC'

red 177 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #B140EC

Tints of Medium Orchid #B140EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.48%

R = 37.11%
G = 13.42%
B = 49.48%

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

#B140EC (or 0xB140EC) is known color: Medium Orchid. HEX triplet: B1, 40 and EC. RGB value is (177,64,236). Sum of RGB (Red+Green+Blue) = 177+64+236=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #B140EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140EC is #4EBF13. Grayscale: #747474. Windows color (decimal): -5160724 or 15483057. OLE color: 15483057.

HSL color Cylindrical-coordinate representation of color #B140EC: hue angle of 279.42º degrees, saturation: 0.82, 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 #B140EC is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 64 236 -
CMYK 0.25 0.73 0 0.07
HSL 279.42º 0.82% 0.59% -
HSV(B) 279.42º 0.73% 0.93% -
XYZ 35.11 19.07 81.19 -
YUV 117.4 194.94 170.51 -
System Red Green Blue C M Y K H S L
Decimal 177 64 236 0.25 0.73 0 0.07 279.42 0.82 0.59
Hex B1 40 EC 19 49 0 7 117 52 3B
Octal 261 100 354 31 111 0 7 427 122 73
Binary 10110001 1000000 11101100 11001 1001001 0 111 100010111 1010010 111011

Color Harmonies of #B140EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140EC

Black with #B140EC

Text Example


Text Example

White with #B140EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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