Html Css Color HEX #B139EB Medium Orchid

📋 copy color: '#B139EB'

red 177 ◦ green 57 ◦ blue 235

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

Shades of Medium Orchid #B139EB

Tints of Medium Orchid #B139EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 37.74%
G = 12.15%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B139EB (or 0xB139EB) is known color: Medium Orchid. HEX triplet: B1, 39 and EB. RGB value is (177,57,235). Sum of RGB (Red+Green+Blue) = 177+57+235=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #B139EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B139EB is #4EC614. Grayscale: #707070. Windows color (decimal): -5162517 or 15415729. OLE color: 15415729.

HSL color Cylindrical-coordinate representation of color #B139EB: hue angle of 280.45º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B139EB is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 57 235 -
CMYK 0.25 0.76 0 0.08
HSL 280.45º 0.82% 0.57% -
HSV(B) 280.45º 0.76% 0.92% -
XYZ 34.59 18.27 80.3 -
YUV 113.17 196.76 173.53 -
System Red Green Blue C M Y K H S L
Decimal 177 57 235 0.25 0.76 0 0.08 280.45 0.82 0.57
Hex B1 39 EB 19 4C 0 8 118 52 39
Octal 261 71 353 31 114 0 10 430 122 71
Binary 10110001 111001 11101011 11001 1001100 0 1000 100011000 1010010 111001

Color Harmonies of #B139EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B139EB

Black with #B139EB

Text Example


Text Example

White with #B139EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B139EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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