Html Css Color HEX #B147EF Medium Orchid

📋 copy color: '#B147EF'

red 177 ◦ green 71 ◦ blue 239

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

Shades of Medium Orchid #B147EF

Tints of Medium Orchid #B147EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.58%

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

R = 36.34%
G = 14.58%
B = 49.08%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B147EF (or 0xB147EF) is known color: Medium Orchid. HEX triplet: B1, 47 and EF. RGB value is (177,71,239). Sum of RGB (Red+Green+Blue) = 177+71+239=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #B147EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147EF is #4EB810. Grayscale: #797979. Windows color (decimal): -5158929 or 15681457. OLE color: 15681457.

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

Color convert

RGB 177 71 239 -
CMYK 0.26 0.70 0 0.06
HSL 277.86º 0.84% 0.61% -
HSV(B) 277.86º 0.7% 0.94% -
XYZ 35.96 20.09 83.64 -
YUV 121.85 194.12 167.34 -
System Red Green Blue C M Y K H S L
Decimal 177 71 239 0.26 0.70 0 0.06 277.86 0.84 0.61
Hex B1 47 EF 1A 46 0 6 116 54 3D
Octal 261 107 357 32 106 0 6 426 124 75
Binary 10110001 1000111 11101111 11010 1000110 0 110 100010110 1010100 111101

Color Harmonies of #B147EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147EF

Black with #B147EF

Text Example


Text Example

White with #B147EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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