Html Css Color HEX #B147CF Medium Orchid

📋 copy color: '#B147CF'

red 177 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #B147CF

Tints of Medium Orchid #B147CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 38.9%
G = 15.6%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B147CF (or 0xB147CF) is known color: Medium Orchid. HEX triplet: B1, 47 and CF. RGB value is (177,71,207). Sum of RGB (Red+Green+Blue) = 177+71+207=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 71 (28.12% from 255 or 15.60% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B147CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147CF is #4EB830. Grayscale: #757575. Windows color (decimal): -5158961 or 13584305. OLE color: 13584305.

HSL color Cylindrical-coordinate representation of color #B147CF: hue angle of 286.76º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B147CF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 71 207 -
CMYK 0.14 0.66 0 0.19
HSL 286.76º 0.59% 0.55% -
HSV(B) 286.76º 0.66% 0.81% -
XYZ 31.65 18.36 60.91 -
YUV 118.2 178.12 169.94 -
System Red Green Blue C M Y K H S L
Decimal 177 71 207 0.14 0.66 0 0.19 286.76 0.59 0.55
Hex B1 47 CF E 42 0 13 11F 3B 37
Octal 261 107 317 16 102 0 23 437 73 67
Binary 10110001 1000111 11001111 1110 1000010 0 10011 100011111 111011 110111

Color Harmonies of #B147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B147CF

Black with #B147CF

Text Example


Text Example

White with #B147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B147CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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