Html Css Color HEX #B147FE Medium Orchid

📋 copy color: '#B147FE'

red 177 ◦ green 71 ◦ blue 254

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

Shades of Medium Orchid #B147FE

Tints of Medium Orchid #B147FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.6%

R = 35.26%
G = 14.14%
B = 50.6%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B147FE (or 0xB147FE) is known color: Medium Orchid. HEX triplet: B1, 47 and FE. RGB value is (177,71,254). Sum of RGB (Red+Green+Blue) = 177+71+254=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B147FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147FE is #4EB801. Grayscale: #7A7A7A. Windows color (decimal): -5158914 or 16664497. OLE color: 16664497.

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

Color convert

RGB 177 71 254 -
CMYK 0.30 0.72 0 0.00
HSL 274.75º 0.99% 0.64% -
HSV(B) 274.75º 0.72% 1% -
XYZ 38.27 21.01 95.8 -
YUV 123.56 201.62 166.12 -
System Red Green Blue C M Y K H S L
Decimal 177 71 254 0.30 0.72 0 0.00 274.75 0.99 0.64
Hex B1 47 FE 1E 48 0 0 113 63 40
Octal 261 107 376 36 110 0 0 423 143 100
Binary 10110001 1000111 11111110 11110 1001000 0 0 100010011 1100011 1000000

Color Harmonies of #B147FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147FE

Black with #B147FE

Text Example


Text Example

White with #B147FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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