Html Css Color HEX #B147F6 Medium Orchid

📋 copy color: '#B147F6'

red 177 ◦ green 71 ◦ blue 246

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

Shades of Medium Orchid #B147F6

Tints of Medium Orchid #B147F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.8%

R = 35.83%
G = 14.37%
B = 49.8%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B147F6 (or 0xB147F6) is known color: Medium Orchid. HEX triplet: B1, 47 and F6. RGB value is (177,71,246). Sum of RGB (Red+Green+Blue) = 177+71+246=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 246 (96.48% from 255 or 49.80% from 494); Max value from RGB is 246 - color contains mainly: blue. Hex color #B147F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147F6 is #4EB809. Grayscale: #7A7A7A. Windows color (decimal): -5158922 or 16140209. OLE color: 16140209.

HSL color Cylindrical-coordinate representation of color #B147F6: hue angle of 276.34º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B147F6 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 71 246 -
CMYK 0.28 0.71 0 0.04
HSL 276.34º 0.91% 0.62% -
HSV(B) 276.34º 0.71% 0.96% -
XYZ 37.02 20.51 89.2 -
YUV 122.64 197.62 166.77 -
System Red Green Blue C M Y K H S L
Decimal 177 71 246 0.28 0.71 0 0.04 276.34 0.91 0.62
Hex B1 47 F6 1C 47 0 4 114 5B 3E
Octal 261 107 366 34 107 0 4 424 133 76
Binary 10110001 1000111 11110110 11100 1000111 0 100 100010100 1011011 111110

Color Harmonies of #B147F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147F6

Black with #B147F6

Text Example


Text Example

White with #B147F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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