Html Css Color HEX #B141EF Medium Orchid

📋 copy color: '#B141EF'

red 177 ◦ green 65 ◦ blue 239

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

Shades of Medium Orchid #B141EF

Tints of Medium Orchid #B141EF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.51%

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

R = 36.8%
G = 13.51%
B = 49.69%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B141EF (or 0xB141EF) is known color: Medium Orchid. HEX triplet: B1, 41 and EF. RGB value is (177,65,239). Sum of RGB (Red+Green+Blue) = 177+65+239=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #B141EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141EF is #4EBE10. Grayscale: #757575. Windows color (decimal): -5160465 or 15679921. OLE color: 15679921.

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

Color convert

RGB 177 65 239 -
CMYK 0.26 0.73 0 0.06
HSL 278.62º 0.84% 0.6% -
HSV(B) 278.62º 0.73% 0.94% -
XYZ 35.6 19.36 83.52 -
YUV 118.32 196.11 169.85 -
System Red Green Blue C M Y K H S L
Decimal 177 65 239 0.26 0.73 0 0.06 278.62 0.84 0.6
Hex B1 41 EF 1A 49 0 6 117 54 3C
Octal 261 101 357 32 111 0 6 427 124 74
Binary 10110001 1000001 11101111 11010 1001001 0 110 100010111 1010100 111100

Color Harmonies of #B141EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B141EF

Black with #B141EF

Text Example


Text Example

White with #B141EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B141EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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