Html Css Color HEX #B147EE Medium Orchid

📋 copy color: '#B147EE'

red 177 ◦ green 71 ◦ blue 238

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

Shades of Medium Orchid #B147EE

Tints of Medium Orchid #B147EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 36.42%
G = 14.61%
B = 48.97%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B147EE (or 0xB147EE) is known color: Medium Orchid. HEX triplet: B1, 47 and EE. RGB value is (177,71,238). Sum of RGB (Red+Green+Blue) = 177+71+238=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #B147EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147EE is #4EB811. Grayscale: #797979. Windows color (decimal): -5158930 or 15615921. OLE color: 15615921.

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

Color convert

RGB 177 71 238 -
CMYK 0.26 0.70 0 0.07
HSL 278.08º 0.83% 0.61% -
HSV(B) 278.08º 0.7% 0.93% -
XYZ 35.82 20.03 82.87 -
YUV 121.73 193.62 167.42 -
System Red Green Blue C M Y K H S L
Decimal 177 71 238 0.26 0.70 0 0.07 278.08 0.83 0.61
Hex B1 47 EE 1A 46 0 7 116 53 3D
Octal 261 107 356 32 106 0 7 426 123 75
Binary 10110001 1000111 11101110 11010 1000110 0 111 100010110 1010011 111101

Color Harmonies of #B147EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147EE

Black with #B147EE

Text Example


Text Example

White with #B147EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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