Html Css Color HEX #B139EF Medium Orchid

📋 copy color: '#B139EF'

red 177 ◦ green 57 ◦ blue 239

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

Shades of Medium Orchid #B139EF

Tints of Medium Orchid #B139EF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.05%

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 37.42%
G = 12.05%
B = 50.53%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B139EF (or 0xB139EF) is known color: Medium Orchid. HEX triplet: B1, 39 and EF. RGB value is (177,57,239). Sum of RGB (Red+Green+Blue) = 177+57+239=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 57 (22.66% from 255 or 12.05% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #B139EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139EF is #4EC610. Grayscale: #717171. Windows color (decimal): -5162513 or 15677873. OLE color: 15677873.

HSL color Cylindrical-coordinate representation of color #B139EF: hue angle of 279.56º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B139EF is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 57 239 -
CMYK 0.26 0.76 0 0.06
HSL 279.56º 0.85% 0.58% -
HSV(B) 279.56º 0.76% 0.94% -
XYZ 35.17 18.51 83.38 -
YUV 113.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 177 57 239 0.26 0.76 0 0.06 279.56 0.85 0.58
Hex B1 39 EF 1A 4C 0 6 118 55 3A
Octal 261 71 357 32 114 0 6 430 125 72
Binary 10110001 111001 11101111 11010 1001100 0 110 100011000 1010101 111010

Color Harmonies of #B139EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139EF

Black with #B139EF

Text Example


Text Example

White with #B139EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139EF; }

 p { color: rgb(177,57,239); }

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

background-color css

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

 a { background-color: rgb(177,57,239); }

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

border-color css

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

 span { border-color: rgb(177,57,239); }

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