Html Css Color HEX #B147FF Medium Orchid

📋 copy color: '#B147FF'

red 177 ◦ green 71 ◦ blue 255

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

Shades of Medium Orchid #B147FF

Tints of Medium Orchid #B147FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.7%

R = 35.19%
G = 14.12%
B = 50.7%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B147FF (or 0xB147FF) is known color: Medium Orchid. HEX triplet: B1, 47 and FF. RGB value is (177,71,255). Sum of RGB (Red+Green+Blue) = 177+71+255=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #B147FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147FF is #4EB800. Grayscale: #7B7B7B. Windows color (decimal): -5158913 or 16730033. OLE color: 16730033.

HSL color Cylindrical-coordinate representation of color #B147FF: hue angle of 274.57º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B147FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 71 255 -
CMYK 0.31 0.72 0 0
HSL 274.57º 1% 0.64% -
HSV(B) 274.57º 0.72% 1% -
XYZ 38.43 21.07 96.65 -
YUV 123.67 202.12 166.04 -
System Red Green Blue C M Y K H S L
Decimal 177 71 255 0.31 0.72 0 0 274.57 1 0.64
Hex B1 47 FF 1F 48 0 0 113 64 40
Octal 261 107 377 37 110 0 0 423 144 100
Binary 10110001 1000111 11111111 11111 1001000 0 0 100010011 1100100 1000000

Color Harmonies of #B147FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147FF

Black with #B147FF

Text Example


Text Example

White with #B147FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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